Searched refs:FdRelease (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h42 void FdRelease(ThreadState *thr, uptr pc, int fd);
H A Dtsan_fd.cpp189 void FdRelease(ThreadState *thr, uptr pc, int fd) { function in namespace:__tsan
194 DPrintf("#%d: FdRelease(%d) -> %p\n", thr->tid, fd, s);
318 // problem for FdRelease which accesses the aux_sync.
H A Dtsan_interceptors_posix.cpp1981 FdRelease(thr, pc, epfd);
2519 FdRelease(((TsanInterceptorContext *) ctx)->thr, pc, fd)
2688 FdRelease(thr, pc, fd);

Completed in 103 milliseconds