Searched refs:FdClose (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_fd.h | 44 void FdClose(ThreadState *thr, uptr pc, int fd, bool write = true);
|
| H A D | tsan_fd.cpp | 210 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose() function 267 FdClose(thr, pc, newfd, write); in FdDup()
|
| H A D | tsan_interceptors_posix.cpp | 1765 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 1846 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 1853 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 1867 for (int i = 0; i < cnt; i++) FdClose(thr, pc, fds[i]); in TSAN_INTERCEPTOR() 1951 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 2488 FdClose(thr, pc, fd); \ 2676 FdClose(thr, pc, fd); in syscall_fd_close()
|