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

  /external/compiler-rt/lib/tsan/rtl/
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) {
108 void ThreadClock::Disable(unsigned tid) {
tsan_clock.h 36 friend struct ThreadClock;
40 struct ThreadClock {
42 ThreadClock();

Completed in 47 milliseconds