Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/futex/
Dfutex.h434 extern int futex_wait_multiple(struct futex_vector *vs, unsigned int count,
Dwaitwake.c538 int futex_wait_multiple(struct futex_vector *vs, unsigned int count, in futex_wait_multiple() function
Dsyscalls.c317 ret = futex_wait_multiple(futexv, nr_futexes, timeout ? &to : NULL); in SYSCALL_DEFINE5()