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

pub const FUTEX_OWNER_DIED: i32

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: