Home
last modified time | relevance | path

Searched refs:FdSocketConnect (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.h56 void FdSocketConnect(ThreadState *thr, uptr pc, int fd);
Dtsan_fd.cc297 void FdSocketConnect(ThreadState *thr, uptr pc, int fd) { in FdSocketConnect() function
Dtsan_interceptors.cc1544 FdSocketConnect(thr, pc, fd); in TSAN_INTERCEPTOR()