Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Desan_interceptors.cpp216 #define COMMON_SYSCALL_FD_ACQUIRE(fd) \ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc34 // COMMON_SYSCALL_FD_ACQUIRE(fd)
71 #ifndef COMMON_SYSCALL_FD_ACQUIRE
72 # define COMMON_SYSCALL_FD_ACQUIRE(fd) ((void)(fd))
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc33 // COMMON_SYSCALL_FD_ACQUIRE(fd)
70 #ifndef COMMON_SYSCALL_FD_ACQUIRE
71 # define COMMON_SYSCALL_FD_ACQUIRE(fd) ((void)(fd))
Dsanitizer_syscalls_netbsd.inc33 // COMMON_SYSCALL_FD_ACQUIRE(fd)
77 #ifndef COMMON_SYSCALL_FD_ACQUIRE
78 #define COMMON_SYSCALL_FD_ACQUIRE(fd) ((void)(fd))
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2377 #define COMMON_SYSCALL_FD_ACQUIRE(fd) syscall_fd_acquire(GET_CALLER_PC(), fd) macro
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2562 #define COMMON_SYSCALL_FD_ACQUIRE(fd) syscall_fd_acquire(GET_CALLER_PC(), fd) macro