HomeSort by relevance Sort by last modified time
    Searched refs:AcquireImpl (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 165 AcquireImpl(thr, pc, &s->clock);
166 AcquireImpl(thr, pc, &s->read_clock);
247 AcquireImpl(thr, pc, &s->clock);
369 AcquireImpl(thr, pc, &s->clock);
436 void AcquireImpl(ThreadState *thr, uptr pc, SyncClock *c) {
tsan_rtl_thread.cc 44 AcquireImpl(caller_thr, 0, &sync);
117 AcquireImpl(thr, 0, &sync);
tsan_interface_atomic.cc 233 AcquireImpl(thr, pc, &s->clock);
289 AcquireImpl(thr, pc, &s->clock);
414 AcquireImpl(thr, pc, &s->clock);
tsan_rtl.h 747 void AcquireImpl(ThreadState *thr, uptr pc, SyncClock *c);

Completed in 48 milliseconds