Searched refs:FUTEX_OWNER_DIED (Results 1 – 2 of 2) sorted by relevance
51 pub const FUTEX_OWNER_DIED: u32 = 0x40000000; constant
794 let mval = (uval & FUTEX_WAITERS) | FUTEX_OWNER_DIED; in handle_futex_death()