Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp136 bool SuspendThread(tid_t thread_id);
139 bool ThreadSuspender::SuspendThread(tid_t tid) { in SuspendThread() function in __sanitizer::ThreadSuspender
228 if (SuspendThread(tid)) in SuspendAllThreads()
H A Dsanitizer_stoptheworld_win.cpp125 if (SuspendThread(thread) == (DWORD)-1) { in RunThread()