Searched refs:StopThread (Results 1 – 6 of 6) sorted by relevance
40 virtual status_t StopThread(thread_id thread);
123 CoreFileDebuggerInterface::StopThread(thread_id thread) in StopThread() function in CoreFileDebuggerInterface
31 virtual status_t StopThread(thread_id thread);
415 LocalDebuggerInterface::StopThread(thread_id thread) in StopThread() function in LocalDebuggerInterface
55 virtual status_t StopThread(thread_id thread) = 0;
346 if (fDebuggerInterface->StopThread(ThreadID()) == B_OK) in HandleThreadAction()