Searched refs:futex_wait (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/tools/perf/bench/ |
D | futex.h | 43 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
|
D | futex-wake.c | 63 futex_wait(&futex1, 0, NULL, futex_flag); in workerfn()
|
D | futex-requeue.c | 75 futex_wait(&futex1, 0, NULL, futex_flag); in workerfn()
|
D | futex-hash.c | 79 ret = futex_wait(&w->futex[i], 1234, NULL, futex_flag); in workerfn()
|
/linux-4.1.27/Documentation/ |
D | futex-requeue-pi.txt | 32 futex_wait(cond->__data.__futex); 54 upon a successful futex_wait system call, the caller would return to 106 result of a high-speed collision between futex_wait() and
|
/linux-4.1.27/kernel/ |
D | futex.c | 2174 static int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, in futex_wait() function 2260 return (long)futex_wait(uaddr, restart->futex.flags, in futex_wait_restart() 2968 return futex_wait(uaddr, flags, val, timeout, val3); in do_futex()
|