Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc2424 static void syscall_fd_close(uptr pc, int fd) { in syscall_fd_close() function
2486 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd)
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp2555 static void syscall_fd_close(uptr pc, int fd) { in syscall_fd_close() function
2614 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.cc2466 static void syscall_fd_close(uptr pc, int fd) { in syscall_fd_close() function
2528 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd)