Searched refs:FUTEX_WAITERS (Results 1 – 4 of 4) sorted by relevance
100 #define FUTEX_WAITERS 0x80000000 macro
97 of the rt-mutex, and the FUTEX_WAITERS bit is atomically set in the102 FUTEX_WAITERS|TID.108 If the unlock fastpath fails (because the FUTEX_WAITERS bit is set),
200 the futex field atomically. Waiters set the FUTEX_WAITERS bit::202 #define FUTEX_WAITERS 0x80000000
1334 newval |= FUTEX_WAITERS; in futex_lock_pi_atomic()1346 newval = uval | FUTEX_WAITERS; in futex_lock_pi_atomic()1436 newval = FUTEX_WAITERS | task_pid_vnr(new_owner); in wake_futex_pi()2355 newtid = task_pid_vnr(newowner) | FUTEX_WAITERS; in fixup_pi_state_owner()3382 mval = (uval & FUTEX_WAITERS) | FUTEX_OWNER_DIED; in handle_futex_death()3404 if (!pi && (uval & FUTEX_WAITERS)) in handle_futex_death()