Searched defs:wakeup_cpus (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c783 static PRThread *get_thread(_PRCPU *cpu, PRBool *wakeup_cpus) argument
820 *wakeup_cpus = PR_TRUE;
874 PRBool wakeup_cpus; local
946 wakeup_cpus = PR_FALSE;
950 if ((thread = get_thread(_PR_CPU_PTR(qp), &wakeup_cpus))
954 if (wakeup_cpus == PR_TRUE)
961 if (wakeup_cpus == PR_TRUE)

Completed in 46 milliseconds