Searched refs:FdSocketCreate (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_fd.h | 52 void FdSocketCreate(ThreadState *thr, uptr pc, int fd);
|
| H A D | tsan_fd.cpp | 272 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate() function
|
| H A D | tsan_interceptors_posix.cpp | 1727 FdSocketCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_fd.h | 53 void FdSocketCreate(ThreadState *thr, uptr pc, int fd);
|
| H A D | tsan_fd.cpp | 327 void FdSocketCreate(ThreadState *thr, uptr pc, int fd) { in FdSocketCreate() function
|
| H A D | tsan_interceptors_posix.cpp | 1731 FdSocketCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
|