Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc33 // COMMON_SYSCALL_FD_ACQUIRE(fd)
74 # ifndef COMMON_SYSCALL_FD_ACQUIRE
75 # define COMMON_SYSCALL_FD_ACQUIRE(fd) ((void)(fd))
2124 COMMON_SYSCALL_FD_ACQUIRE(epfd);
2141 COMMON_SYSCALL_FD_ACQUIRE(epfd);
2162 COMMON_SYSCALL_FD_ACQUIRE(epfd);
H A Dsanitizer_syscalls_netbsd.inc33 // COMMON_SYSCALL_FD_ACQUIRE(fd)
77 #ifndef COMMON_SYSCALL_FD_ACQUIRE
78 #define COMMON_SYSCALL_FD_ACQUIRE(fd) ((void)(fd))
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2744 #define COMMON_SYSCALL_FD_ACQUIRE(fd) syscall_fd_acquire(GET_CALLER_PC(), fd) macro