Home
last modified time | relevance | path

Searched refs:releaseStoreAcquire (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/tsan/tests/unit/
Dtsan_clock_test.cpp111 TEST(Clock, releaseStoreAcquire) { in TEST() argument
120 thr1.releaseStoreAcquire(&cache, &syncB); in TEST()
123 thr0.releaseStoreAcquire(&cache, &syncA); in TEST()
127 thr0.releaseStoreAcquire(&cache, &syncB); in TEST()
130 thr0.releaseStoreAcquire(&cache, &syncA); in TEST()
364 void releaseStoreAcquire(SimpleSyncClock *sc) { in releaseStoreAcquire() function
464 thr0[tid]->releaseStoreAcquire(sync0[cid]); in ClockFuzzer()
465 thr1[tid]->releaseStoreAcquire(&cache, sync1[cid]); in ClockFuzzer()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_clock.h137 void releaseStoreAcquire(ClockCache *c, SyncClock *src);
Dtsan_clock.cpp189 void ThreadClock::releaseStoreAcquire(ClockCache *c, SyncClock *sc) { in releaseStoreAcquire() function in __tsan::ThreadClock
Dtsan_rtl_mutex.cpp504 thr->clock.releaseStoreAcquire(&thr->proc()->clock_cache, c); in ReleaseStoreAcquireImpl()