Searched refs:SuspendThread (Results 1 – 3 of 3) 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()
432 res = SuspendThread (h); in suspend_thread()
246 th->suspend_count = SuspendThread (th->h) + 1; in thread_rec()