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

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 246 AcquireGlobal(thr, 0);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 156 AcquireGlobal(thr, 0);
tsan_rtl.h 737 // AcquireGlobal synchronizes the current thread with all other threads.
740 // handle Go finalizers. Namely, finalizer goroutine executes AcquireGlobal
743 void AcquireGlobal(ThreadState *thr, uptr pc);
tsan_rtl_mutex.cc 382 void AcquireGlobal(ThreadState *thr, uptr pc) {
383 DPrintf("#%d: AcquireGlobal\n", thr->tid);

Completed in 66 milliseconds