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 | 1788 FdRelease(thr, pc, fd); in TSAN_INTERCEPTOR() 1798 FdRelease(thr, pc, fd); in TSAN_INTERCEPTOR() 1908 FdRelease(thr, pc, epfd); in TSAN_INTERCEPTOR() 2364 FdRelease(((TsanInterceptorContext *) ctx)->thr, pc, fd) 2463 FdRelease(thr, pc, fd); in syscall_fd_release()
|