Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h55 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd);
H A Dtsan_fd.cpp348 void FdSocketConnecting(ThreadState *thr, uptr pc, int fd) { in FdSocketConnecting() function
H A Dtsan_interceptors_posix.cpp1815 FdSocketConnecting(thr, pc, fd); in TSAN_INTERCEPTOR()