Home
last modified time | relevance | path

Searched defs:ReleaseStore (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dmemory_order_test.cc26 void ReleaseStore(uint32_t* x, std::atomic<UIntType>* y, std::atomic<uint32_t>* thread_cnt) { in ReleaseStore() function
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc215 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) const { in ReleaseStore() function in __tsan::ThreadClock
H A Dtsan_rtl_mutex.cc403 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { in ReleaseStore() function
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc284 void ReleaseStore(SimpleSyncClock *dst) const { in ReleaseStore() function