/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | bsdi.c | 72 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | darwin.c | 60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | dgux.c | 63 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | freebsd.c | 72 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | linux.c | 70 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | nec.c | 54 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | netbsd.c | 74 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | openbsd.c | 74 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | osf1.c | 60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | qnx.c | 56 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | sony.c | 62 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | sunos4.c | 56 void _MD_SET_PRIORITY(_MDThread *md_thread, PRUintn newPri) argument
|
H A D | reliantunix.c | 83 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | rhapsody.c | 60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | scoos.c | 136 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | aix.c | 157 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | hpux.c | 145 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | ncr.c | 137 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | nextstep.c | 236 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | pthreads_user.c | 136 _MD_SetPriority(_MDThread *thread, PRThreadPriority newPri) argument
|
H A D | openvms.c | 60 _MD_SET_PRIORITY(_MDThread *thread, PRUintn newPri) argument
|
H A D | unixware.c | 139 _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 D | w95thred.c | 165 _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 D | btthread.c | 467 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 D | os2thred.c | 262 _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) {
|