Searched defs:newPri (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dbsdi.c72 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Ddarwin.c60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Ddgux.c63 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dfreebsd.c72 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dlinux.c70 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dnec.c54 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dnetbsd.c74 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dopenbsd.c74 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dosf1.c60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dqnx.c56 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dsony.c62 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dsunos4.c56 void _MD_SET_PRIORITY(_MDThread *md_thread, PRUintn newPri) argument
H A Dreliantunix.c83 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Drhapsody.c60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dscoos.c136 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Daix.c157 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dhpux.c145 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dncr.c137 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dnextstep.c236 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dpthreads_user.c136 _MD_SetPriority(_MDThread *thread, PRThreadPriority newPri) argument
H A Dopenvms.c60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dunixware.c139 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
350 void _MD_SET_PRIORITY(_MDThread *md_thread, PRUintn newPri) argument
352 if(thr_setprio((thread_t)md_thread->handle, newPri)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95thred.c165 _PR_MD_SET_PRIORITY(_MDThread *thread, PRThreadPriority newPri) argument
170 if (newPri < PR_PRIORITY_FIRST) {
171 newPri = PR_PRIORITY_FIRST;
172 } else if (newPri > PR_PRIORITY_LAST) {
173 newPri = PR_PRIORITY_LAST;
175 switch (newPri) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtthread.c467 PRThreadPriority newPri)
473 thred->priority = newPri;
474 bePriority = _bt_MapNSPRToNativePriority( newPri );
466 PR_SetThreadPriority(PRThread *thred, PRThreadPriority newPri) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2thred.c262 _PR_MD_SET_PRIORITY(_MDThread *thread, PRThreadPriority newPri) argument
267 if (newPri < PR_PRIORITY_FIRST) {
268 newPri = PR_PRIORITY_FIRST;
269 } else if (newPri > PR_PRIORITY_LAST) {
270 newPri = PR_PRIORITY_LAST;
272 switch (newPri) {

Completed in 48 milliseconds

12