Searched refs:IgnoreCtl (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_ann.cc | 311 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()
|
D | tsan_rtl.h | 475 void IgnoreCtl(ThreadState *thr, bool write, bool begin);
|
D | tsan_rtl.cc | 532 void IgnoreCtl(ThreadState *thr, bool write, bool begin) { in IgnoreCtl() function
|