Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h49 void FdSignalCreate(ThreadState *thr, uptr pc, int fd);
H A Dtsan_fd.cpp286 void FdSignalCreate(ThreadState *thr, uptr pc, int fd) { in FdSignalCreate() function
H A Dtsan_interceptors_posix.cpp1768 FdSignalCreate(thr, pc, fd); in TSAN_INTERCEPTOR()