HomeSort by: relevance | last modified time | path
    Searched defs:syscall_fd_close (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 2466 static void syscall_fd_close(uptr pc, int fd) { function in typeref:typename:void
2528 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd)
tsan_interceptors.cc 2466 static void syscall_fd_close(uptr pc, int fd) { function in typeref:typename:void
2528 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd)
tsan_interceptors.cc 2466 static void syscall_fd_close(uptr pc, int fd) { function in typeref:typename:void
2528 #define COMMON_SYSCALL_FD_CLOSE(fd) syscall_fd_close(GET_CALLER_PC(), fd)

Completed in 173 milliseconds