Searched refs:newPri (Results 1 - 25 of 40) sorted by relevance

12

/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) {
H A Dntthread.c282 _PR_MD_SET_PRIORITY(_MDThread *thread, PRThreadPriority newPri) argument
287 if (newPri < PR_PRIORITY_FIRST) {
288 newPri = PR_PRIORITY_FIRST;
289 } else if (newPri > PR_PRIORITY_LAST) {
290 newPri = PR_PRIORITY_LAST;
292 switch (newPri) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
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 Dnec.c54 _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 Dbsdi.c72 _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 Dnetbsd.c74 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dopenbsd.c74 _MD_SET_PRIORITY(_MDThread *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 Dsolaris.c44 extern void _MD_SET_PRIORITY(_MDThread *md, PRThreadPriority newPri);
301 PRThreadPriority newPri)
305 if (newPri < PR_PRIORITY_FIRST) {
306 newPri = PR_PRIORITY_FIRST;
307 } else if (newPri > PR_PRIORITY_LAST) {
308 newPri = PR_PRIORITY_LAST;
311 nativePri = newPri * 127 / PR_PRIORITY_LAST;
795 _MD_SET_PRIORITY(_MDThread *thread, PRThreadPriority newPri) argument
300 _MD_SET_PRIORITY(_MDThread *md_thread, PRThreadPriority newPri) argument
H A Dscoos.c136 _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)) {
H A Dhpux.c145 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
H A Dopenvms.c60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn 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) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c589 void _PR_SetThreadPriority(PRThread *thread, PRThreadPriority newPri) argument
595 _PR_MD_SET_PRIORITY(&(thread->md), newPri);
602 if (newPri != thread->priority) {
610 thread->priority = newPri;
611 if (_PR_RUNQREADYMASK(cpu) >> (newPri + 1)) {
623 thread->priority = newPri;
625 _PR_ADD_RUNQ(thread, cpu, newPri);
628 if (newPri > me->priority) {
640 thread->priority = newPri;
1628 PRThreadPriority newPri)
1627 PR_SetThreadPriority(PRThread *thread, PRThreadPriority newPri) argument
[all...]
/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/include/md/
H A D_rhapsody.h200 extern void _MD_SET_PRIORITY(struct _MDThread *thread, PRUintn newPri);

Completed in 141 milliseconds

12