Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/functional/
H A Drobust_list.c236 ASSERT_TRUE(*futex & FUTEX_OWNER_DIED); in TEST()
412 ASSERT_TRUE(*futex & FUTEX_OWNER_DIED); in TEST()
462 if (!(lock->futex & FUTEX_OWNER_DIED)) { in child_wait_lock()
/linux/kernel/futex/
H A Dpi.c252 if (uval & FUTEX_OWNER_DIED) { in attach_to_pi_state()
564 newval = uval & FUTEX_OWNER_DIED; in futex_lock_pi_atomic()
751 newtid |= FUTEX_OWNER_DIED; in __fixup_pi_state_owner()
758 newval = (uval & FUTEX_OWNER_DIED) | newtid; in __fixup_pi_state_owner()
H A Dcore.c1087 mval = (uval & FUTEX_WAITERS) | FUTEX_OWNER_DIED; in handle_futex_death()
/linux/include/uapi/linux/
H A Dfutex.h167 #define FUTEX_OWNER_DIED 0x40000000 macro
/linux/Documentation/locking/
H A Drobust-futexes.rst102 this thread with the FUTEX_OWNER_DIED bit, and wakes up one waiter (if
194 #define FUTEX_OWNER_DIED 0x40000000