Searched defs:FdDup (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cc206 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd) { function in namespace:__tsan
207 DPrintf("#%d: FdDup(%d, %d)\n", thr->tid, oldfd, newfd);

Completed in 68 milliseconds