|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp 235 AcquireImpl(thr, pc, &s->clock);
275 ReleaseStoreImpl(thr, pc, &s->clock);
290 AcquireReleaseImpl(thr, pc, &s->clock);
292 ReleaseImpl(thr, pc, &s->clock);
294 AcquireImpl(thr, pc, &s->clock);
415 AcquireReleaseImpl(thr, pc, &s->clock);
417 ReleaseImpl(thr, pc, &s->clock);
419 AcquireImpl(thr, pc, &s->clock);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp 186 AcquireImpl(thr, pc, &s->clock);
233 ReleaseStoreImpl(thr, pc, &s->clock);
284 AcquireImpl(thr, pc, &s->clock);
363 ReleaseStoreImpl(thr, pc, &s->clock);
410 AcquireImpl(thr, pc, &s->clock);
440 ReleaseImpl(thr, pc, &s->clock);
452 ReleaseStoreImpl(thr, pc, &s->clock);
projects/compiler-rt/lib/tsan/rtl/tsan_sync.cpp 47 CHECK_EQ(clock.size(), 0);
50 clock.Reset(&proc->clock_cache);