Constant FUTEX_OWNER_DIED
pub const FUTEX_OWNER_DIED: i32 = 0x4000_0000; // 1_073_741_824i32
Available on crate feature
dep_nc
only.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: