Home
last modified time | relevance | path

Searched refs:IgnoreCtl (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc326 IgnoreCtl(cur_thread(), false, true); in AnnotateIgnoreReadsBegin()
331 IgnoreCtl(cur_thread(), false, false); in AnnotateIgnoreReadsEnd()
336 IgnoreCtl(cur_thread(), true, true); in AnnotateIgnoreWritesBegin()
341 IgnoreCtl(thr, true, false); in AnnotateIgnoreWritesEnd()
Dtsan_rtl.cc605 void IgnoreCtl(ThreadState *thr, bool write, bool begin) { in IgnoreCtl() function
Dtsan_rtl.h666 void IgnoreCtl(ThreadState *thr, bool write, bool begin);