HomeSort by: relevance | last modified time | path
    Searched refs:AcquireImpl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_mutex.cc 187 AcquireImpl(thr, pc, &s->clock);
188 AcquireImpl(thr, pc, &s->read_clock);
285 AcquireImpl(thr, pc, &s->clock);
411 AcquireImpl(thr, pc, &s->clock);
478 void AcquireImpl(ThreadState *thr, uptr pc, SyncClock *c) {
tsan_rtl_thread.cc 44 AcquireImpl(caller_thr, 0, &sync);
118 AcquireImpl(thr, 0, &sync);
tsan_interface_atomic.cc 236 AcquireImpl(thr, pc, &s->clock);
295 AcquireImpl(thr, pc, &s->clock);
420 AcquireImpl(thr, pc, &s->clock);
tsan_rtl.h 810 void AcquireImpl(ThreadState *thr, uptr pc, SyncClock *c);

Completed in 16 milliseconds