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.cc311 IgnoreCtl(cur_thread(), false, true); in AnnotateIgnoreReadsBegin()
316 IgnoreCtl(cur_thread(), false, false); in AnnotateIgnoreReadsEnd()
321 IgnoreCtl(cur_thread(), true, true); in AnnotateIgnoreWritesBegin()
326 IgnoreCtl(cur_thread(), true, false); in AnnotateIgnoreWritesEnd()
Dtsan_rtl.h475 void IgnoreCtl(ThreadState *thr, bool write, bool begin);
Dtsan_rtl.cc532 void IgnoreCtl(ThreadState *thr, bool write, bool begin) { in IgnoreCtl() function