Searched refs:SuspendAllThreads (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp82 bool SuspendAllThreads();
109 bool ThreadSuspender::SuspendAllThreads() { function in class:__sanitizer::ThreadSuspender
217 if (!thread_suspender.SuspendAllThreads()) {
H A Dsanitizer_stoptheworld_linux_libcdep.cpp125 bool SuspendAllThreads();
209 bool ThreadSuspender::SuspendAllThreads() { function in class:__sanitizer::ThreadSuspender
316 if (!thread_suspender.SuspendAllThreads()) {

Completed in 106 milliseconds