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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 246 AcquireGlobal(thr, 0);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interface_java.cc 173 AcquireGlobal(thr, 0);
tsan_rtl.h 800 // AcquireGlobal synchronizes the current thread with all other threads.
803 // handle Go finalizers. Namely, finalizer goroutine executes AcquireGlobal
806 void AcquireGlobal(ThreadState *thr, uptr pc);
tsan_rtl_mutex.cc 424 void AcquireGlobal(ThreadState *thr, uptr pc) {
425 DPrintf("#%d: AcquireGlobal\n", thr->tid);

Completed in 13 milliseconds