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);
|
D | tsan_fd.cc | 173 void FdClose(ThreadState *thr, uptr pc, int fd) { in FdClose() function 197 FdClose(thr, pc, newfd); in FdDup()
|
D | tsan_interceptors.cc | 1252 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 1351 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 1358 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 1369 FdClose(thr, pc, fds[i]); in TSAN_INTERCEPTOR() 1482 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR() 1500 FdClose(thr, pc, fd); in TSAN_INTERCEPTOR()
|