Home
last modified time | relevance | path

Searched refs:StopTheWorld (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_fuchsia.cpp27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
H A Dsanitizer_stoptheworld.h61 void StopTheWorld(StopTheWorldCallback callback, void *argument);
H A Dsanitizer_stoptheworld_win.cpp161 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
H A Dsanitizer_stoptheworld_mac.cpp82 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp270 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
H A Dsanitizer_stoptheworld_linux_libcdep.cpp395 void StopTheWorld(StopTheWorldCallback callback, void *argument) { in StopTheWorld() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp127 StopTheWorld(param->callback, param->argument); in LockStuffAndStopTheWorldCallback()
H A Dlsan_common_mac.cpp234 StopTheWorld(callback, argument); in LockStuffAndStopTheWorld()