Searched refs:FdFileCreate (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_fd.h | 46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
|
D | tsan_interceptors.cc | 1402 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1412 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1425 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1435 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1631 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1643 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 2190 if (fd >= 0) FdFileCreate(thr, pc, fd); \
|
D | tsan_fd.cc | 218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function
|