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