Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dsyscalls.c345 ret = futex_wait_multiple(futexv, nr_futexes, timeout ? &to : NULL); in SYSCALL_DEFINE5()
H A Dwaitwake.c536 int futex_wait_multiple(struct futex_vector *vs, unsigned int count, in futex_wait_multiple() function