Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dsys_futex.c248 p->p_futex = f; in futex_wait()
255 if (p->p_futex == NULL) in futex_wait()
262 if ((f = p->p_futex) != NULL) { in futex_wait()
263 p->p_futex = NULL; in futex_wait()
291 p->p_futex = NULL; in futex_requeue()
300 p->p_futex = g; in futex_requeue()
/openbsd/sys/sys/
H A Dproc.h336 struct futex *p_futex; /* Current sleeping futex. */ member