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

Declarations

projects/compiler-rt/lib/lsan/lsan_common.h
  134 void LockStuffAndStopTheWorld(StopTheWorldCallback callback, void* argument);

References

projects/compiler-rt/lib/lsan/lsan_common.cpp
  573   LockStuffAndStopTheWorld(CheckForLeaksCallback, &param);