Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/futex/
Dpi.c251 if (uval & FUTEX_OWNER_DIED) { in attach_to_pi_state()
563 newval = uval & FUTEX_OWNER_DIED; in futex_lock_pi_atomic()
763 newtid |= FUTEX_OWNER_DIED; in __fixup_pi_state_owner()
770 newval = (uval & FUTEX_OWNER_DIED) | newtid; in __fixup_pi_state_owner()
Dcore.c708 mval = (uval & FUTEX_WAITERS) | FUTEX_OWNER_DIED; in handle_futex_death()
/linux-6.1.9/include/uapi/linux/
Dfutex.h135 #define FUTEX_OWNER_DIED 0x40000000 macro
/linux-6.1.9/Documentation/locking/
Drobust-futexes.rst102 this thread with the FUTEX_OWNER_DIED bit, and wakes up one waiter (if
194 #define FUTEX_OWNER_DIED 0x40000000