OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fast_synch_epoch
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc
448
thr->
fast_synch_epoch
= thr->fast_state.epoch();
457
thr->
fast_synch_epoch
= thr->fast_state.epoch();
466
thr->
fast_synch_epoch
= thr->fast_state.epoch();
tsan_rtl_thread.cc
116
thr->
fast_synch_epoch
= epoch0;
tsan_rtl.cc
790
thr->
fast_synch_epoch
, kAccessIsWrite))) {
815
thr->
fast_synch_epoch
, kAccessIsWrite))) {
tsan_rtl.h
363
// For example,
fast_synch_epoch
=100, last write to addr X was at epoch=150,
372
u64
fast_synch_epoch
;
member in struct:__tsan::ThreadState
Completed in 80 milliseconds