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

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 267 ThreadIgnoreSyncBegin(thr, 0);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 272 ThreadIgnoreSyncBegin(thr, 0);
tsan_rtl.cc 465 ThreadIgnoreSyncBegin(thr, pc);
987 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc) {
988 DPrintf("#%d: ThreadIgnoreSyncBegin\n", thr->tid);
tsan_interface_ann.cc 401 ThreadIgnoreSyncBegin(thr, pc);
tsan_rtl.h 702 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc);

Completed in 460 milliseconds