|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h 818 void AcquireImpl(ThreadState *thr, uptr pc, SyncClock *c);
References
projects/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp 235 AcquireImpl(thr, pc, &s->clock);
294 AcquireImpl(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);
187 AcquireImpl(thr, pc, &s->read_clock);
284 AcquireImpl(thr, pc, &s->clock);
410 AcquireImpl(thr, pc, &s->clock);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp 43 AcquireImpl(caller_thr, 0, &sync);
117 AcquireImpl(thr, 0, &sync);