HomeSort by relevance Sort by last modified time
    Searched refs:thr_trace (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 113 Trace *thr_trace = ThreadTrace(thr->tid); local
114 thr_trace->headers[trace].epoch0 = epoch0;
tsan_rtl.cc 460 Trace *thr_trace = ThreadTrace(thr->tid); local
461 Lock l(&thr_trace->mtx);
463 TraceHeader *hdr = &thr_trace->headers[trace];

Completed in 166 milliseconds