Home
last modified time | relevance | path

Searched refs:futex_state (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dfutex.h73 tsk->futex_state = FUTEX_STATE_OK; in futex_init_task()
H A Dsched.h1334 unsigned int futex_state; member
/linux/kernel/futex/
H A Dcore.c1446 if (tsk->futex_state == FUTEX_STATE_EXITING) in futex_exit_recursive()
1448 tsk->futex_state = FUTEX_STATE_DEAD; in futex_exit_recursive()
1473 tsk->futex_state = FUTEX_STATE_EXITING; in futex_cleanup_begin()
1483 tsk->futex_state = state; in futex_cleanup_end()
H A Dpi.c330 if (tsk && tsk->futex_state != FUTEX_STATE_DEAD) in handle_exit_race()
349 * tsk->futex_state = } else { in handle_exit_race()
350 * FUTEX_STATE_DEAD; if (tsk->futex_state != in handle_exit_race()
442 if (unlikely(p->futex_state != FUTEX_STATE_OK)) { in attach_to_pi_owner()