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

  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.h 161 int ignore_sync; member in struct:__tsan::ThreadState
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.h 156 int ignore_sync; member in struct:__tsan::ThreadState
  /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
1903 thr->ignore_sync = 0;
1924 thr->ignore_sync = ignore_sync;

Completed in 33 milliseconds