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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.h 46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
tsan_fd.cc 218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) {
219 DPrintf("#%d: FdFileCreate(%d)\n", thr->tid, fd);
tsan_interceptors.cc 1520 FdFileCreate(thr, pc, fd);
1530 FdFileCreate(thr, pc, fd);
1543 FdFileCreate(thr, pc, fd);
1553 FdFileCreate(thr, pc, fd);
1749 FdFileCreate(thr, pc, fd);
1761 FdFileCreate(thr, pc, fd);
2261 if (fd >= 0) FdFileCreate(thr, pc, fd); \

Completed in 34 milliseconds