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

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.cc 386 IgnoreCtl(cur_thread(), false, true);
391 IgnoreCtl(cur_thread(), false, false);
396 IgnoreCtl(cur_thread(), true, true);
401 IgnoreCtl(thr, true, false);
tsan_rtl.cc 676 void IgnoreCtl(ThreadState *thr, bool write, bool begin) {
677 DPrintf("#%d: IgnoreCtl(%d, %d)\n", thr->tid, write, begin);
tsan_rtl.h 680 void IgnoreCtl(ThreadState *thr, bool write, bool begin);

Completed in 441 milliseconds