HomeSort by: relevance | last modified time | path
    Searched refs:FdLocation (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_fd.h 57 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack);
tsan_fd.cc 143 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack) {
tsan_rtl_report.cc 317 if (FdLocation(addr, &fd, &creat_tid, &creat_stack)) {

Completed in 13 milliseconds