Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfutex.h58 FUTEX_STATE_EXITING, enumerator
/linux/kernel/futex/
H A Dcore.c1078 /* If the state is FUTEX_STATE_EXITING then futex_exit_mutex is held */ in futex_exit_recursive()
1079 if (tsk->futex_state == FUTEX_STATE_EXITING) in futex_exit_recursive()
1089 * tsk->futex_exit_mutex when it observes FUTEX_STATE_EXITING in in futex_cleanup_begin()
1095 * Switch the state to FUTEX_STATE_EXITING under tsk->pi_lock. in futex_cleanup_begin()
1098 * attach_to_pi_owner() must observe FUTEX_STATE_EXITING with in futex_cleanup_begin()
1106 tsk->futex_state = FUTEX_STATE_EXITING; in futex_cleanup_begin()
1119 * FUTEX_STATE_EXITING to reevaluate the state. in futex_cleanup_end()