Searched defs:ThreadClock (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc16 // SyncClock and ThreadClock implement vector clocks for sync variables
18 // ThreadClock contains fixed-size vector clock for maximum number of threads.
23 // void ThreadClock::acquire(const SyncClock *src) {
28 // void ThreadClock::release(SyncClock *dst) const {
33 // void ThreadClock::ReleaseStore(SyncClock *dst) const {
38 // void ThreadClock::acq_rel(SyncClock *dst) {
60 // an exclusive lock; ThreadClock's are private to respective threads and so
63 // Description of ThreadClock state:
94 ThreadClock::ThreadClock(unsigne function in class:__tsan::ThreadClock
[all...]
H A Dtsan_clock.h51 friend struct ThreadClock;
55 struct ThreadClock { struct in namespace:__tsan
57 explicit ThreadClock(unsigned tid, unsigned reused = 0);

Completed in 1118 milliseconds