Home
last modified time | relevance | path

Searched refs:ThreadTrace (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc560 Trace *thr_trace = ThreadTrace(thr->tid); in TraceSwitch()
570 Trace *ThreadTrace(int tid) { in ThreadTrace() function
H A Dtsan_rtl_thread.cc99 thr->shadow_stack = &ThreadTrace(thr->tid)->shadow_stack[0]; in OnStarted()
H A Dtsan_rtl.h840 Trace *ThreadTrace(int tid);
H A Dtsan_rtl_report.cc384 Trace* trace = ThreadTrace(tid); in RestoreStack()