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 326 IgnoreCtl(cur_thread(), false, true);
331 IgnoreCtl(cur_thread(), false, false);
336 IgnoreCtl(cur_thread(), true, true);
341 IgnoreCtl(thr, true, false);
tsan_rtl.cc 605 void IgnoreCtl(ThreadState *thr, bool write, bool begin) {
606 DPrintf("#%d: IgnoreCtl(%d, %d)\n", thr->tid, write, begin);
tsan_rtl.h 666 void IgnoreCtl(ThreadState *thr, bool write, bool begin);

Completed in 27 milliseconds