Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h53 void FdSocketCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_fd.cc272 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate() function
H A Dtsan_interceptors.cc1640 FdSocketCreate(thr, pc, fd); in TSAN_INTERCEPTOR()