Constant nc::types::FUTEX_OWNER_DIED[][src]

pub const FUTEX_OWNER_DIED: i32 = 0x4000_0000;
Expand description

The kernel signals via this bit that a thread holding a futex has exited without unlocking the futex. The kernel also does a FUTEX_WAKE on such futexes, after setting the bit, to wake up any possible waiters: