Home
last modified time | relevance | path

Searched refs:COMMON_SYSCALL_FD_CLOSE (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_syscalls.inc32 // COMMON_SYSCALL_FD_CLOSE(fd)
67 #ifndef COMMON_SYSCALL_FD_CLOSE
68 # define COMMON_SYSCALL_FD_CLOSE(fd) ((void)(fd))
1409 COMMON_SYSCALL_FD_CLOSE((int)fd);
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc2430 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd) macro