Lines Matching defs:thread
48 class Thread;
57 receiver(NULL), thread(NULL), klass(NULL), method(NULL),
67 /* boolean; set if the JDWP thread wants this thread to do work */
72 mirror::Object* thread;
98 // Thread local data-structure that holds fields for controlling single-stepping.
113 // A single-step is initiated in a suspended thread. We save here the current method and the
216 // Return the DebugInvokeReq for the current thread.
219 static Thread* GetDebugThread();
304 static bool MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread)
411 * Thread, ThreadGroup, Frame
442 // Fills 'thread_ids' with the threads in the given thread group. If thread_group_id == 0,
456 static JDWP::ObjectId GetThreadId(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
509 static void PostThreadStart(Thread* t)
511 static void PostThreadDeath(Thread* t)
516 static void UpdateDebugger(Thread* thread, mirror::Object* this_object,
570 static void DdmSendThreadNotification(Thread* t, uint32_t type)
645 static void PostThreadStartOrStop(Thread*, uint32_t)