Searched refs:FdEventCreate (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 | 48 void FdEventCreate(ThreadState *thr, uptr pc, int fd);
|
| H A D | tsan_fd.cpp | 244 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate() function
|
| H A D | tsan_interceptors_posix.cpp | 1674 FdEventCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 2323 FdEventCreate(thr, pc, fds[i]); in HandleRecvmsg()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_fd.h | 48 void FdEventCreate(ThreadState *thr, uptr pc, int fd);
|
| H A D | tsan_fd.cpp | 275 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate() function
|
| H A D | tsan_interceptors_posix.cpp | 1679 FdEventCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 2329 FdEventCreate(thr, pc, fds[i]); in HandleRecvmsg()
|