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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 574 uptr TraceTopPC(ThreadState *thr) {
tsan_rtl.h 837 uptr TraceTopPC(ThreadState *thr);
tsan_rtl_report.cc 636 uptr toppc = TraceTopPC(thr);
647 // also triggers a race and we get here and call TraceTopPC to get the
649 // callback. Most likely, TraceTopPC will now return a EventTypeFuncExit

Completed in 37 milliseconds