Searched refs:PR_Yield (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/
H A Dprobslet.h49 #define PR_Yield VBoxNsprPR_Yield macro
65 ** PR_Yield() is PR_Sleep() with an argument of PR_INTERVAL_NO_WAIT.
67 NSPR_API(PRStatus) PR_Yield(void);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprcthr.c76 PR_IMPLEMENT(PRStatus) PR_Yield()
80 "PR_Yield()", "PR_Sleep(PR_INTERVAL_NO_WAIT)");
121 PR_LOG(_pr_sched_lm, PR_LOG_MIN, ("PR_Yield: yielding"));
123 PR_LOG(_pr_sched_lm, PR_LOG_MIN, ("PR_Yield: done"));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtthread.c592 PR_Yield ()
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmdmac.c723 PR_Yield();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c828 PR_IMPLEMENT(PRStatus) PR_Yield(void)
832 "PR_Yield()", "PR_Sleep(PR_INTERVAL_NO_WAIT)");

Completed in 51 milliseconds