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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h377 int ignore_sync; member in struct:__tsan::ThreadState
H A Dtsan_interceptors.cc1777 int ignore_sync = thr->ignore_sync; local
1782 thr->ignore_sync = 0;
1804 thr->ignore_sync = ignore_sync;

Completed in 103 milliseconds