Home
last modified time | relevance | path

Searched refs:COMMON_SYSCALL_ACQUIRE (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_syscalls.inc27 // COMMON_SYSCALL_ACQUIRE(addr)
62 # ifndef COMMON_SYSCALL_ACQUIRE
63 # define COMMON_SYSCALL_ACQUIRE(addr) ((void)(addr))
1429 COMMON_SYSCALL_ACQUIRE((void *)ioevpp[i].data);
1468 COMMON_SYSCALL_ACQUIRE((void *)result->data);
HDsanitizer_syscalls_netbsd.inc27 // COMMON_SYSCALL_ACQUIRE(addr)
65 #ifndef COMMON_SYSCALL_ACQUIRE
66 #define COMMON_SYSCALL_ACQUIRE(addr) ((void)(addr))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_posix.cpp2736 #define COMMON_SYSCALL_ACQUIRE(addr) \ macro