Searched refs:FUTEX_STATE_EXITING (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dfutex.h58 FUTEX_STATE_EXITING, enumerator in enum:__anon15
/linux-master/kernel/futex/
H A Dcore.c1077 /* If the state is FUTEX_STATE_EXITING then futex_exit_mutex is held */
1078 if (tsk->futex_state == FUTEX_STATE_EXITING)
1088 * tsk->futex_exit_mutex when it observes FUTEX_STATE_EXITING in
1094 * Switch the state to FUTEX_STATE_EXITING under tsk->pi_lock.
1097 * attach_to_pi_owner() must observe FUTEX_STATE_EXITING with
1105 tsk->futex_state = FUTEX_STATE_EXITING;
1118 * FUTEX_STATE_EXITING to reevaluate the state.

Completed in 119 milliseconds