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

  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.h 47 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd);
tsan_fd.cc 206 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd) {
207 DPrintf("#%d: FdDup(%d, %d)\n", thr->tid, oldfd, newfd);
tsan_interceptors.cc     [all...]

Completed in 443 milliseconds