Searched defs:futex_op (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/test/tsan/Linux/ |
H A D | signal_in_futex_wait.cpp | 17 int futex(int *uaddr, int futex_op, int val, const struct timespec *timeout, in futex()
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1859 #define __sanitizer_syscall_pre_futex(uaddr, futex_op, val, timeout, uaddr2, \ argument 1863 #define __sanitizer_syscall_post_futex(res, uaddr, futex_op, val, timeout, \ argument
|