Home
last modified time | relevance | path

Searched refs:FdLocation (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_fd.h56 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack);
H A Dtsan_fd.cpp143 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack) { in FdLocation() function
H A Dtsan_rtl_report.cpp323 if (FdLocation(addr, &fd, &creat_tid, &creat_stack)) { in AddLocation()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.h57 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack);
H A Dtsan_fd.cpp158 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack) { in FdLocation() function
H A Dtsan_rtl_report.cpp284 if (FdLocation(addr, &fd, &creat_tid, &creat_stack)) { in AddLocation()