Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_fd.h57 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack, bool *closed);
HDtsan_fd.cpp160 bool FdLocation(uptr addr, int *fd, Tid *tid, StackID *stack, bool *closed) { in FdLocation() function
HDtsan_rtl_report.cpp285 if (FdLocation(addr, &fd, &creat_tid, &creat_stack, &closed)) { in AddLocation()