OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thr_trace
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
115
Trace *
thr_trace
= ThreadTrace(thr->tid);
local
116
thr_trace
->headers[trace].epoch0 = epoch0;
tsan_rtl.cc
317
Trace *
thr_trace
= ThreadTrace(thr->tid);
local
318
Lock l(&
thr_trace
->mtx);
320
TraceHeader *hdr = &
thr_trace
->headers[trace];
Completed in 51 milliseconds