reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
   67 # define COMMON_SYSCALL_FD_CLOSE(fd) ((void)(fd))
projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 2510 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd)