Searched refs:FdClose (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.h | 45 void FdClose(ThreadState *thr, uptr pc, int fd, bool write = true);
|
D | tsan_fd.cc | 190 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose() function 232 FdClose(thr, pc, newfd, write); in FdDup()
|
D | tsan_interceptors.cc | 1486 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 1567 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 1575 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 1591 FdClose(thr, pc, fds[i]); in TSAN_INTERCEPTOR() 1700 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 2196 if (fd >= 0) FdClose(thr, pc, fd); \ 2315 FdClose(thr, pc, fd); in syscall_fd_close()
|