Searched refs:syscall_fd_acquire (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2453 static USED void syscall_fd_acquire(uptr pc, int fd) { function
2456 DPrintf("syscall_fd_acquire(%p)\n", fd);
2512 #define COMMON_SYSCALL_FD_ACQUIRE(fd) syscall_fd_acquire(GET_CALLER_PC(), fd)

Completed in 95 milliseconds