Searched defs:IgnoreCtl (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc676 void IgnoreCtl(ThreadState *thr, bool write, bool begin) { function in namespace:__tsan
677 DPrintf("#%d: IgnoreCtl(%d, %d)\n", thr->tid, write, begin);

Completed in 159 milliseconds