Searched defs:uaddr2 (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/test/tsan/Linux/ |
H A D | signal_in_futex_wait.cpp | 18 int *uaddr2, int val3) { 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 1864 uaddr2, val3) \ argument
|
H A D | netbsd_syscall_hooks.h | 857 #define __sanitizer_syscall_pre___futex(uaddr, op, val, timeout, uaddr2, val2, \ argument 863 #define __sanitizer_syscall_post___futex(res, uaddr, op, val, timeout, uaddr2, \ argument
|