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

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld.h
   60 void StopTheWorld(StopTheWorldCallback callback, void *argument);

References

projects/compiler-rt/lib/asan/asan_memory_profile.cpp
  126   __sanitizer::StopTheWorld(__asan::MemoryProfileCB, Arg);
projects/compiler-rt/lib/lsan/lsan_common_linux.cpp
  123   StopTheWorld(param->callback, param->argument);
projects/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
  155   StopTheWorld(FlushShadowMemoryCallback, 0);