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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.h 45 void FdClose(ThreadState *thr, uptr pc, int fd, bool write = true);
tsan_fd.cc 117 // See the dup-related comment in FdClose.
190 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) {
191 DPrintf("#%d: FdClose(%d)\n", thr->tid, fd);
232 FdClose(thr, pc, newfd, write);
tsan_interceptors.cc 1604 FdClose(thr, pc, fd);
1685 FdClose(thr, pc, fd);
1693 FdClose(thr, pc, fd);
1709 FdClose(thr, pc, fds[i]);
1794 FdClose(thr, pc, fd);
2267 if (fd >= 0) FdClose(thr, pc, fd); \
2468 FdClose(thr, pc, fd);

Completed in 75 milliseconds