Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp82 bool SuspendAllThreads();
109 bool ThreadSuspender::SuspendAllThreads() { in SuspendAllThreads() function in __sanitizer::ThreadSuspender
217 if (!thread_suspender.SuspendAllThreads()) { in TracerThread()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp126 bool SuspendAllThreads();
210 bool ThreadSuspender::SuspendAllThreads() { in SuspendAllThreads() function in __sanitizer::ThreadSuspender
317 if (!thread_suspender.SuspendAllThreads()) { in TracerThread()