Searched refs:GetDebugSuspendCount (Results 1 – 2 of 2) sorted by relevance
1186 CHECK_EQ(self->GetDebugSuspendCount(), 0) << "Debugger detached without resuming us"; in SuspendSelfForDebugger()1216 << "debug suspend count=" << self->GetDebugSuspendCount() << ")"; in SuspendSelfForDebugger()1258 if (thread->GetDebugSuspendCount() == 0) { in ResumeAllForDebugger()1290 if (thread == self || thread->GetDebugSuspendCount() == 0) { in UndoDebuggerSuspensions()1294 -thread->GetDebugSuspendCount(), in UndoDebuggerSuspensions()
245 int GetDebugSuspendCount() const REQUIRES(Locks::thread_suspend_count_lock_) { in GetDebugSuspendCount() function