Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc34 // COMMON_SYSCALL_FD_ACQUIRE(fd)
71 #ifndef COMMON_SYSCALL_FD_ACQUIRE
72 # define COMMON_SYSCALL_FD_ACQUIRE(fd) ((void)(fd))
H A Dsanitizer_syscalls_netbsd.inc34 // COMMON_SYSCALL_FD_ACQUIRE(fd)
78 #ifndef COMMON_SYSCALL_FD_ACQUIRE
79 #define COMMON_SYSCALL_FD_ACQUIRE(fd) ((void)(fd))
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc32 // COMMON_SYSCALL_FD_ACQUIRE(fd)
69 #ifndef COMMON_SYSCALL_FD_ACQUIRE
70 # define COMMON_SYSCALL_FD_ACQUIRE(fd) ((void)(fd))
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))
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_syscalls.inc33 // COMMON_SYSCALL_FD_ACQUIRE(fd)
70 # ifndef COMMON_SYSCALL_FD_ACQUIRE
71 # define COMMON_SYSCALL_FD_ACQUIRE(fd) ((void)(fd))
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))
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc2488 #define COMMON_SYSCALL_FD_ACQUIRE(fd) syscall_fd_acquire(GET_CALLER_PC(), fd) macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp2616 #define COMMON_SYSCALL_FD_ACQUIRE(fd) syscall_fd_acquire(GET_CALLER_PC(), fd) macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc2530 #define COMMON_SYSCALL_FD_ACQUIRE(fd) syscall_fd_acquire(GET_CALLER_PC(), fd) macro