Searched refs:FdRelease (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.h | 43 void FdRelease(ThreadState *thr, uptr pc, int fd);
|
D | tsan_fd.cc | 171 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease() function
|
D | tsan_interceptors.cc | 1729 FdRelease(thr, pc, epfd); in TSAN_INTERCEPTOR() 2218 FdRelease(((TsanInterceptorContext *) ctx)->thr, pc, fd) 2327 FdRelease(thr, pc, fd); in syscall_fd_release()
|