OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_sleep_clock
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc
412
thr->
last_sleep_clock
.set(tctx->tid, tctx->thr->fast_state.epoch());
414
thr->
last_sleep_clock
.set(tctx->tid, tctx->epoch1);
tsan_rtl.h
384
ThreadClock
last_sleep_clock
;
member in struct:__tsan::ThreadState
tsan_rtl.cc
115
,
last_sleep_clock
(tid)
tsan_rtl_report.cc
712
if (s.epoch() <= thr->
last_sleep_clock
.get(s.tid()))
Completed in 667 milliseconds