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.cc 317 Trace *thr_trace = ThreadTrace(thr->tid); local
318 Lock l(&thr_trace->mtx);
320 TraceHeader *hdr = &thr_trace->headers[trace];
tsan_rtl_thread.cc 115 Trace *thr_trace = ThreadTrace(thr->tid); local
116 thr_trace->headers[trace].epoch0 = epoch0;

Completed in 51 milliseconds