Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h48 void FdEventCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_fd.cpp279 void FdEventCreate(ThreadState *thr, uptr pc, int fd) { in FdEventCreate() function
H A Dtsan_interceptors_posix.cpp1754 FdEventCreate(thr, pc, fd); in TSAN_INTERCEPTOR()
2434 FdEventCreate(thr, pc, fds[i]); in HandleRecvmsg()