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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h55 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd);
H A Dtsan_fd.cc270 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd) { function in namespace:__tsan
271 DPrintf("#%d: FdSocketConnecting(%d)\n", thr->tid, fd);
H A Dtsan_interceptors.cc1476 FdSocketConnecting(thr, pc, fd);

Completed in 92 milliseconds