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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc 99 thr->shadow_stack = &ThreadTrace(thr->tid)->shadow_stack[0];
tsan_rtl.cc 560 Trace *thr_trace = ThreadTrace(thr->tid);
570 Trace *ThreadTrace(int tid) {
tsan_rtl.h 840 Trace *ThreadTrace(int tid);
tsan_rtl_report.cc 384 Trace* trace = ThreadTrace(tid);

Completed in 17 milliseconds