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 168 AcquireImpl(thr, pc, &s->clock);
169 AcquireImpl(thr, pc, &s->read_clock);
249 AcquireImpl(thr, pc, &s->clock);
361 AcquireImpl(thr, pc, &s->clock);
428 void AcquireImpl(ThreadState *thr, uptr pc, SyncClock *c) {
tsan_rtl_thread.cc 44 AcquireImpl(caller_thr, 0, &sync);
110 AcquireImpl(thr, 0, &sync);
tsan_interface_atomic.cc 295 AcquireImpl(thr, pc, &s->clock);
351 AcquireImpl(thr, pc, &s->clock);
475 AcquireImpl(thr, pc, &s->clock);
tsan_rtl.h 661 void AcquireImpl(ThreadState *thr, uptr pc, SyncClock *c);

Completed in 179 milliseconds