Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_id

722                                            uint32_t thread_id) {
723 LOG(severity) << StringPrintf("%s: %d", message, thread_id);
726 Thread* ThreadList::SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension,
733 CHECK_NE(thread_id, kInvalidThreadId);
746 if (it->GetThreadId() == thread_id) {
755 ThreadSuspendByThreadIdWarning(WARNING, "No such thread id for suspend", thread_id);
789 name.c_str(), thread_id).c_str());
796 ThreadSuspendByThreadIdWarning(WARNING, "Thread suspension timed out", thread_id);