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

  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.cc 38 // void ThreadClock::acq_rel(SyncClock *dst) {
256 void ThreadClock::acq_rel(SyncClock *dst) { function in class:__tsan::ThreadClock
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 47 vector.acq_rel(&chunked);
201 void acq_rel(SimpleSyncClock *dst) { function in struct:__tsan::SimpleThreadClock
270 printf("acq_rel thr%d <> clk%d\n", tid, cid);
271 thr0[tid]->acq_rel(sync0[cid]);
272 thr1[tid]->acq_rel(sync1[cid]);

Completed in 582 milliseconds