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 36 friend struct ThreadClock;
40 struct ThreadClock {
42 ThreadClock();
tsan_clock.cc 59 ThreadClock::ThreadClock() {
65 void ThreadClock::acquire(const SyncClock *src) {
79 void ThreadClock::release(SyncClock *dst) const {
91 void ThreadClock::ReleaseStore(SyncClock *dst) const {
103 void ThreadClock::acq_rel(SyncClock *dst) {
tsan_rtl.h 426 ThreadClock clock;
452 ThreadClock last_sleep_clock;
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 21 ThreadClock clk;
38 ThreadClock vector;
55 ThreadClock vector1;
60 ThreadClock vector2;
73 ThreadClock vector;
80 ThreadClock vector;
90 ThreadClock vector1;
92 ThreadClock vector2;

Completed in 5091 milliseconds