Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp135 bool SuspendThread(tid_t thread_id);
138 bool ThreadSuspender::SuspendThread(tid_t tid) { in SuspendThread() function in __sanitizer::ThreadSuspender
227 if (SuspendThread(tid)) in SuspendAllThreads()