Lines Matching refs:thread
54 /* This is only written for one thread at the moment */
55 Minor::MinorThread *thread;
59 thread = new Minor::MinorThread(this, i, params->system,
61 thread->setStatus(ThreadContext::Halted);
63 thread = new Minor::MinorThread(this, i, params->system,
68 threads.push_back(thread);
69 ThreadContext *tc = thread->getTC();
162 /* Note that this gives you the translation for thread 0 */
282 DPRINTF(MinorCPU, "ActivateContext thread: %d\n", thread_id);
290 /* Wake up the thread, wakeup the pipeline tick */