HomeSort by relevance Sort by last modified time
    Searched refs:ThreadClock (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 63 friend struct ThreadClock;
81 struct ThreadClock {
85 explicit ThreadClock(unsigned tid, unsigned reused = 0);
tsan_clock.cc 17 // SyncClock and ThreadClock implement vector clocks for sync variables
19 // ThreadClock contains fixed-size vector clock for maximum number of threads.
24 // void ThreadClock::acquire(const SyncClock *src) {
29 // void ThreadClock::release(SyncClock *dst) const {
34 // void ThreadClock::ReleaseStore(SyncClock *dst) const {
39 // void ThreadClock::acq_rel(SyncClock *dst) {
61 // an exclusive lock; ThreadClock's are private to respective threads and so
64 // Description of ThreadClock state:
93 ThreadClock::ThreadClock(unsigned tid, unsigned reused
    [all...]
tsan_rtl.h 361 ThreadClock clock;
400 ThreadClock last_sleep_clock;
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 24 ThreadClock clk(0);
40 ThreadClock vector(0);
57 ThreadClock vector1(100);
62 ThreadClock vector2(0);
73 ThreadClock thr1(1);
75 ThreadClock thr2(2);
90 ThreadClock vector(0);
102 ThreadClock vector(1);
113 ThreadClock vector1(10);
115 ThreadClock vector2(20)
    [all...]

Completed in 53 milliseconds