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

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 271 ThreadIgnoreSyncEnd(thr, 0);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 406 ThreadIgnoreSyncEnd(thr, pc);
tsan_rtl.cc 997 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) {
998 DPrintf("#%d: ThreadIgnoreSyncEnd\n", thr->tid);
tsan_rtl.h 703 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc);

Completed in 165 milliseconds