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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 401 ThreadIgnoreSyncBegin(thr, pc);
tsan_rtl_thread.cc 269 ThreadIgnoreSyncBegin(thr, 0);
tsan_rtl.cc 418 ThreadIgnoreSyncBegin(thr, pc);
954 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc) {
955 DPrintf("#%d: ThreadIgnoreSyncBegin\n", thr->tid);
tsan_rtl.h 628 void ThreadIgnoreSyncBegin(ThreadState *thr, uptr pc);

Completed in 78 milliseconds