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

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_vector_clock.cpp 65 void VectorClock::ReleaseStore(VectorClock** dstp) const {
tsan_rtl_mutex.cpp 242 thr->clock.ReleaseStore(&s->clock);
394 thr->clock.ReleaseStore(&s->clock);
476 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) {
477 DPrintf("#%d: ReleaseStore %zx\n", thr->tid, addr);
484 thr->clock.ReleaseStore(&s->clock);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_vector_clock.cpp 65 void VectorClock::ReleaseStore(VectorClock** dstp) const {
tsan_clock.cpp 41 // void ThreadClock::ReleaseStore(SyncClock *dst) const {
181 // ReleaseStore will correctly set release_store_tid_,
183 ReleaseStore(c, sc);
223 // ReleaseStore will correctly set release_store_tid_,
225 ReleaseStore(c, dst);
265 void ThreadClock::ReleaseStore(ClockCache *c, SyncClock *dst) {
339 ReleaseStore(c, dst);
tsan_rtl_mutex.cpp 457 void ReleaseStore(ThreadState *thr, uptr pc, uptr addr) {
458 DPrintf("#%d: ReleaseStore %zx\n", thr->tid, addr);
518 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]);
  /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);

Completed in 23 milliseconds