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 | 1542 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1552 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1565 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1575 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1828 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 1840 FdFileCreate(thr, pc, fd); in TSAN_INTERCEPTOR() 2336 if (fd >= 0) FdFileCreate(thr, pc, fd); \
|
D | tsan_fd.cc | 218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function
|