Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_fd.h52 void FdSocketCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_fd.cpp272 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate() function
H A Dtsan_interceptors_posix.cpp1727 FdSocketCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h53 void FdSocketCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_fd.cpp327 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate() function
H A Dtsan_interceptors_posix.cpp1731 FdSocketCreate(thr, pc, fd); in TSAN_INTERCEPTOR()