Home
last modified time | relevance | path

Searched refs:FdRelease (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_fd.h42 void FdRelease(ThreadState *thr, uptr pc, int fd);
Dtsan_fd.cpp171 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease() function
Dtsan_interceptors_posix.cpp1865 FdRelease(thr, pc, epfd); in TSAN_INTERCEPTOR()
2321 FdRelease(((TsanInterceptorContext *) ctx)->thr, pc, fd)
2512 FdRelease(thr, pc, fd); in syscall_fd_release()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.h43 void FdRelease(ThreadState *thr, uptr pc, int fd);
Dtsan_fd.cc171 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease() function
Dtsan_interceptors.cc1729 FdRelease(thr, pc, epfd); in TSAN_INTERCEPTOR()
2218 FdRelease(((TsanInterceptorContext *) ctx)->thr, pc, fd)
2327 FdRelease(thr, pc, fd); in syscall_fd_release()