Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_vector_clock.cpp65 void VectorClock::ReleaseStore(VectorClock** dstp) const { in ReleaseStore() function in __tsan::VectorClock
H A Dtsan_clock.cc234 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) { in ReleaseStore() function in __tsan::ThreadClock
H A Dtsan_rtl_mutex.cc443 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { in ReleaseStore() function
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_clock.cc236 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) { in ReleaseStore() function in __tsan::ThreadClock
H A Dtsan_rtl_mutex.cc445 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { in ReleaseStore() function
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_clock.cc234 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) { in ReleaseStore() function in __tsan::ThreadClock
H A Dtsan_rtl_mutex.cc443 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) { in ReleaseStore() function
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc345 void ReleaseStore(SimpleSyncClock *dst) const { in ReleaseStore() function