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

  /external/webrtc/webrtc/base/
atomicops.h 37 static void ReleaseStore(volatile int* i, int value) {
65 static void ReleaseStore(volatile int* i, int value) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.cc 34 // void ThreadClock::ReleaseStore(SyncClock *dst) const {
166 // ReleaseStore will correctly set release_store_tid_,
168 ReleaseStore(c, dst);
215 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) const {
259 ReleaseStore(c, dst);
tsan_rtl_mutex.cc 403 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) {
404 DPrintf("#%d: ReleaseStore %zx\n", thr->tid, addr);
458 thr->clock.ReleaseStore(&thr->proc()->clock_cache, c);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 79 thr1.ReleaseStore(&cache, &sync);
284 void ReleaseStore(SimpleSyncClock *dst) const {
355 thr0[tid]->ReleaseStore(sync0[cid]);
356 thr1[tid]->ReleaseStore(&cache, sync1[cid]);

Completed in 105 milliseconds