HomeSort by: relevance | last modified time | path
    Searched defs:thr_trace (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 560 Trace *thr_trace = ThreadTrace(thr->tid); local in function:__tsan::TraceSwitch
561 Lock l(&thr_trace->mtx);
563 TraceHeader *hdr = &thr_trace->headers[trace];
tsan_rtl.cc 560 Trace *thr_trace = ThreadTrace(thr->tid); local in function:__tsan::TraceSwitch
561 Lock l(&thr_trace->mtx);
563 TraceHeader *hdr = &thr_trace->headers[trace];

Completed in 77 milliseconds