HomeSort by relevance Sort by last modified time
    Searched refs:FdFileCreate (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.h 46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
tsan_interceptors.cc     [all...]
tsan_fd.cc 218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) {
219 DPrintf("#%d: FdFileCreate(%d)\n", thr->tid, fd);

Completed in 86 milliseconds