Home
last modified time | relevance | path

Searched defs:futex_wait (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/bench/
H A Dfutex.h44 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
/third_party/mesa3d/src/util/
H A Dfutex.h51 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
75 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function
105 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
142 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
/base/startup/init/services/param/include/
H A Dparam_atomic.h51 #define futex_wait(ftx, value) (void)(ftx) macro
77 #define futex_wait(ftx, value) PARAM_FUTEX(ftx, FUTEX_WAIT, value, 100, 0) macro
/kernel/linux/linux-5.10/tools/testing/selftests/futex/include/
H A Dfutextest.h78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dfutex.h67 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait() function
/kernel/linux/linux-6.6/tools/testing/selftests/futex/include/
H A Dfutextest.h78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function
/kernel/linux/linux-6.6/kernel/futex/
H A Dwaitwake.c632 int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, ktime_t *abs_time, u32 bitset) in futex_wait() function
/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutextest.h87 futex_wait(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait() function
/kernel/linux/linux-5.10/kernel/futex/
H A Dcore.c2694 static int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, in futex_wait() function

Completed in 10 milliseconds