Lines Matching refs:thread

91 	::Thread*	thread;
93 ThreadStackFrameSelectionKey(::Thread* thread)
95 thread(thread)
97 thread->AcquireReference();
102 thread->ReleaseReference();
107 return (uint32)thread->ID();
112 return thread == other.thread;
125 ThreadStackFrameSelectionEntry(::Thread* thread, StackFrame* frame)
127 ThreadStackFrameSelectionKey(thread),
691 if (message->FindInt32("thread", &threadID) != B_OK)
700 if (message->FindInt32("thread", &threadID) != B_OK)
710 if (message->FindInt32("thread", &threadID) != B_OK)
893 TeamWindow::ThreadSelectionChanged(::Thread* thread)
895 _SetActiveThread(thread);
969 TeamWindow::ThreadActionRequested(::Thread* thread, uint32 action,
973 fListener->ThreadActionRequested(thread->ID(), action, address);
1010 StackFrame* frame, ::Thread* thread)
1017 fListener->ExpressionEvaluationRequested(language, info, frame, thread);
1040 message.AddInt32("thread", event.GetThread()->ID());
1049 message.AddInt32("thread", event.GetThread()->ID());
1058 message.AddInt32("thread", event.GetThread()->ID());
1369 TeamWindow::_SetActiveThread(::Thread* thread)
1371 if (thread == fActiveThread)
1377 fActiveThread = thread;
1665 // Get the CPU state from the active stack frame or the thread directly.
1796 ::Thread* thread = fTeam->ThreadByID(threadID);
1797 if (thread == NULL)
1800 if (thread->State() != THREAD_STATE_STOPPED) {
1802 = fThreadSelectionInfoTable->Lookup(thread);
1809 // If the thread has been stopped and we don't have an active thread yet
1810 // (or it isn't stopped), switch to this thread. Otherwise ignore the event.
1811 if (thread->State() == THREAD_STATE_STOPPED
1813 || (thread != fActiveThread
1815 _SetActiveThread(thread);
1816 } else if (thread != fActiveThread) {
1817 // otherwise ignore the event, if the thread is not the active one
1821 // Switch to the threads tab view when the thread has stopped.
1822 if (thread->State() == THREAD_STATE_STOPPED) {
1839 // We're only interested in the currently selected thread
1850 // We're only interested in the currently selected thread
1888 // We're only interested in the currently selected thread