Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp83 void ResumeAllThreads();
95 void ThreadSuspender::ResumeAllThreads() { in ResumeAllThreads() function in __sanitizer::ThreadSuspender
168 inst->ResumeAllThreads(); in TracerThreadSignalHandler()
223 thread_suspender.ResumeAllThreads(); in TracerThread()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp126 void ResumeAllThreads();
187 void ThreadSuspender::ResumeAllThreads() { in ResumeAllThreads() function in __sanitizer::ThreadSuspender
218 ResumeAllThreads(); in SuspendAllThreads()
266 inst->ResumeAllThreads(); in TracerThreadSignalHandler()
322 thread_suspender.ResumeAllThreads(); in TracerThread()