Searched refs:SuspendThread (Results 1 – 12 of 12) sorted by relevance
136 bool SuspendThread(tid_t thread_id);139 bool ThreadSuspender::SuspendThread(tid_t tid) { in SuspendThread() function in __sanitizer::ThreadSuspender228 if (SuspendThread(tid)) in SuspendAllThreads()
150 bool SuspendThread(tid_t thread_id);153 bool ThreadSuspender::SuspendThread(tid_t tid) { in SuspendThread() function in __sanitizer::ThreadSuspender242 if (SuspendThread(tid)) in SuspendAllThreads()
135 bool SuspendThread(tid_t thread_id);138 bool ThreadSuspender::SuspendThread(tid_t tid) { in SuspendThread() function in __sanitizer::ThreadSuspender227 if (SuspendThread(tid)) in SuspendAllThreads()
434 DWORD susp_count = SuspendThread (main_thread); in fatal_error_signal()
134 SuspendThread, SwitchToThread, SYSTEM_INFO, THREAD_PRIORITY_IDLE, THREAD_PRIORITY_NORMAL, in version()1753 if ( t.m_addr != GetCurrentThreadId() && SuspendThread( t.m_hndl ) == 0xFFFFFFFF ) in private()
2059 DWORD SuspendThread(HANDLE);
6468 error code returned by SuspendThread from %d back to %u.6478 * window-nat.c (thread_rec): Add thread ID in SuspendThread
9509 SuspendThread fails with ERROR_ACCESS_DENIED. If SuspendThread
9058 from SuspendThread().