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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_fd.cc200 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { function in namespace:__tsan
201 DPrintf("#%d: FdFileCreate(%d)\n", thr->tid, fd);
H A Dtsan_interceptors.cc1572 FdFileCreate(thr, pc, fd);
1582 FdFileCreate(thr, pc, fd);
1595 FdFileCreate(thr, pc, fd);
1605 FdFileCreate(thr, pc, fd);
1854 FdFileCreate(thr, pc, fd);
1866 FdFileCreate(thr, pc, fd);
2316 if (fd >= 0) FdFileCreate(thr, pc, fd); \

Completed in 254 milliseconds