HomeSort by: relevance | last modified time | path
    Searched defs:ignore_sync (Results 1 - 2 of 2) sorted by relevancy

  /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;

Completed in 14 milliseconds