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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 381 ThreadIgnoreBegin(thr, pc);
391 ThreadIgnoreBegin(thr, pc);
tsan_rtl_thread.cc 268 ThreadIgnoreBegin(thr, 0);
tsan_rtl.cc 417 ThreadIgnoreBegin(thr, pc);
931 void ThreadIgnoreBegin(ThreadState *thr, uptr pc) {
932 DPrintf("#%d: ThreadIgnoreBegin\n", thr->tid);
tsan_interceptors.cc 182 ThreadIgnoreBegin(thr_, pc_);
344 ThreadIgnoreBegin(thr, pc);
876 ThreadIgnoreBegin(thr, pc);
895 ThreadIgnoreBegin(thr, pc);
    [all...]
tsan_rtl.h 626 void ThreadIgnoreBegin(ThreadState *thr, uptr pc);

Completed in 71 milliseconds