reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 1883     Acquire(thr, 0, (uptr)&sigactions[sig]);
 1888   int ignore_reads_and_writes = thr->ignore_reads_and_writes;
 1889   int ignore_interceptors = thr->ignore_interceptors;
 1890   int ignore_sync = thr->ignore_sync;
 1892     thr->ignore_reads_and_writes = 0;
 1893     thr->fast_state.ClearIgnoreBit();
 1894     thr->ignore_interceptors = 0;
 1895     thr->ignore_sync = 0;
 1912     thr->ignore_reads_and_writes = ignore_reads_and_writes;
 1914       thr->fast_state.SetIgnoreBit();
 1915     thr->ignore_interceptors = ignore_interceptors;
 1916     thr->ignore_sync = ignore_sync;
 1929     ObtainCurrentStack(thr, StackTrace::GetNextInstructionPc(pc), &stack);
 1934       OutputReport(thr, rep);