Home
last modified time | relevance | path

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

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