Home
last modified time | relevance | path

Searched refs:FdFileCreate (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.h46 void FdFileCreate(ThreadState *thr, uptr pc, int fd);
Dtsan_interceptors.cc1402 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); \
Dtsan_fd.cc218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate() function