Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ | |
tsan_rtl.h | 392 int ignore_sync; member in struct:__tsan::ThreadState |
tsan_interceptors.cc | 1898 int ignore_sync = thr->ignore_sync; local in function:__tsan::CallUserSignalHandler 1903 thr->ignore_sync = 0; 1924 thr->ignore_sync = ignore_sync; |