Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_fd.h53 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd);
H A Dtsan_fd.cpp280 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept() function
H A Dtsan_interceptors_posix.cpp2414 FdSocketAccept(((TsanInterceptorContext *) ctx)->thr, pc, fd, newfd)
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h54 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd);
H A Dtsan_fd.cpp335 void FdSocketAccept(ThreadState *thr, uptr pc, int fd, int newfd) { in FdSocketAccept() function
H A Dtsan_interceptors_posix.cpp2420 FdSocketAccept(((TsanInterceptorContext *) ctx)->thr, pc, fd, newfd)