Searched refs:StopTheWorld (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_fuchsia.cpp26 void StopTheWorld(StopTheWorldCallback callback, void *argument) { function in namespace:__sanitizer
H A Dsanitizer_stoptheworld.h9 // Defines the StopTheWorld function which suspends the execution of the current
60 void StopTheWorld(StopTheWorldCallback callback, void *argument);
H A Dsanitizer_stoptheworld_mac.cpp82 void StopTheWorld(StopTheWorldCallback callback, void *argument) { function in namespace:__sanitizer
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp270 void StopTheWorld(StopTheWorldCallback callback, void *argument) { function in namespace:__sanitizer
H A Dsanitizer_stoptheworld_linux_libcdep.cpp70 // supplied to StopTheWorld() is run in the tracer task while the threads are
394 void StopTheWorld(StopTheWorldCallback callback, void *argument) { function in namespace:__sanitizer
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp123 StopTheWorld(param->callback, param->argument);
H A Dlsan_common_mac.cpp200 StopTheWorld(callback, argument);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp126 __sanitizer::StopTheWorld(__asan::MemoryProfileCB, Arg);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp156 StopTheWorld(FlushShadowMemoryCallback, 0);

Completed in 163 milliseconds