Searched refs:futex_op (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/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 1861 __sanitizer_syscall_pre_impl_futex((long)uaddr, (long)futex_op, (long)val, \ 1863 #define __sanitizer_syscall_post_futex(res, uaddr, futex_op, val, timeout, \ argument 1865 __sanitizer_syscall_post_impl_futex(res, (long)uaddr, (long)futex_op, \ 3103 void __sanitizer_syscall_pre_impl_futex(long uaddr, long futex_op, long val, 3105 void __sanitizer_syscall_post_impl_futex(long res, long uaddr, long futex_op,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 3195 (void *uaddr, long futex_op, long val, void *timeout, void *uaddr2, long val3) { 3200 (long res, void *uaddr, long futex_op, long val, void *timeout, void *uaddr2,
|