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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
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);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_fd.cpp 134 // See the dup-related comment in FdClose.
210 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) {
211 DPrintf("#%d: FdClose(%d)\n", thr->tid, fd);
267 FdClose(thr, pc, newfd, write);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_fd.cpp 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);

Completed in 16 milliseconds