Searched refs:idle_thread (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprucpu.c232 cpu->idle_thread = _PR_CreateThread(PR_SYSTEM_THREAD,
241 if (!cpu->idle_thread) {
246 PR_ASSERT(cpu->idle_thread->cpu == cpu);
248 cpu->idle_thread->no_sched = 0;
323 cpu->idle_thread = me;
H A Dpruthr.c904 goto idle_thread;
966 idle_thread:
971 thread = _PR_MD_CURRENT_CPU()->idle_thread;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h294 PRThread *idle_thread; /* user-level idle thread for this CPUThread */ member in struct:_PRCPU

Completed in 80 milliseconds