Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Desan_interceptors.cpp212 #define COMMON_SYSCALL_FD_CLOSE(fd) \ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc32 // COMMON_SYSCALL_FD_CLOSE(fd)
67 #ifndef COMMON_SYSCALL_FD_CLOSE
68 # define COMMON_SYSCALL_FD_CLOSE(fd) ((void)(fd))
1407 COMMON_SYSCALL_FD_CLOSE((int)fd);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2375 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd) macro