HomeSort by: relevance | last modified time | path
    Searched defs:ReleaseStore (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.cc 34 // void ThreadClock::ReleaseStore(SyncClock *dst) const {
186 // ReleaseStore will correctly set release_store_tid_,
188 ReleaseStore(c, dst);
236 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) {
315 ReleaseStore(c, dst);
tsan_rtl_mutex.cc 445 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) {
446 DPrintf("#%d: ReleaseStore %zx\n", thr->tid, addr);
500 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc 104 thr1.ReleaseStore(&cache, &sync);
345 void ReleaseStore(SimpleSyncClock *dst) const {
416 thr0[tid]->ReleaseStore(sync0[cid]);
417 thr1[tid]->ReleaseStore(&cache, sync1[cid]);

Completed in 12 milliseconds