Home
last modified time | relevance | path

Searched refs:FUTEX_OWNER_DIED (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/
Dfutex.h107 #define FUTEX_OWNER_DIED 0x40000000 macro
/linux-2.6.39/kernel/
Dfutex.c763 if (curval & FUTEX_OWNER_DIED) { in futex_lock_pi_atomic()
856 if (!(uval & FUTEX_OWNER_DIED)) { in wake_futex_pi()
1554 newtid |= FUTEX_OWNER_DIED; in fixup_pi_state_owner()
1578 newval = (uval & FUTEX_OWNER_DIED) | newtid; in fixup_pi_state_owner()
2075 if (!(uval & FUTEX_OWNER_DIED) && in futex_unlock_pi()
2107 if (!(uval & FUTEX_OWNER_DIED)) { in futex_unlock_pi()
2471 mval = (uval & FUTEX_WAITERS) | FUTEX_OWNER_DIED; in handle_futex_death()
/linux-2.6.39/Documentation/
Drobust-futexes.txt98 this thread with the FUTEX_OWNER_DIED bit, and wakes up one waiter (if
190 #define FUTEX_OWNER_DIED 0x40000000