Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc126 bool SuspendAllThreads();
210 bool ThreadSuspender::SuspendAllThreads() { in SuspendAllThreads() function in __sanitizer::ThreadSuspender
316 if (!thread_suspender.SuspendAllThreads()) { in TracerThread()