Searched refs:FUTEX_STATE_DEAD (Results 1 – 3 of 3) sorted by relevance
62 FUTEX_STATE_DEAD, enumerator
1448 tsk->futex_state = FUTEX_STATE_DEAD; in futex_exit_recursive()1513 futex_cleanup_end(tsk, FUTEX_STATE_DEAD); in futex_exit_release()
327 * If the futex exit state is not yet FUTEX_STATE_DEAD, tell the in handle_exit_race() 330 if (tsk && tsk->futex_state != FUTEX_STATE_DEAD) in handle_exit_race() 350 * FUTEX_STATE_DEAD; if (tsk->futex_state != in handle_exit_race() 351 * FUTEX_STATE_DEAD) in handle_exit_race() 445 * FUTEX_STATE_DEAD, we know that the task has finished in attach_to_pi_owner() 453 * FUTEX_STATE_DEAD then store the task pointer and keep in attach_to_pi_owner() 456 * FUTEX_STATE_DEAD and then drop the refcount. This is in attach_to_pi_owner()