Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfutex.h107 #define FUTEX_OWNER_DIED 0x40000000 macro
/linux-4.1.27/kernel/
Dfutex.c831 if (uval & FUTEX_OWNER_DIED) { in attach_to_pi_state()
1043 newval = uval & FUTEX_OWNER_DIED; in futex_lock_pi_atomic()
1901 newtid |= FUTEX_OWNER_DIED; in fixup_pi_state_owner()
1925 newval = (uval & FUTEX_OWNER_DIED) | newtid; in fixup_pi_state_owner()
2824 mval = (uval & FUTEX_WAITERS) | FUTEX_OWNER_DIED; in handle_futex_death()
/linux-4.1.27/Documentation/
Drobust-futexes.txt98 this thread with the FUTEX_OWNER_DIED bit, and wakes up one waiter (if
190 #define FUTEX_OWNER_DIED 0x40000000