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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpriotest.c121 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); local
123 failed = ((PR_TRUE == failed) || (PR_PRIORITY_URGENT != priority))
125 if (debug_mode && (PR_PRIORITY_URGENT != priority))
202 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); local
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprthread.h127 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator in enum:PRThreadPriority
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h369 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator in enum:PRThreadPriority
H A DVBoxCAPI_v3_1.h369 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator in enum:PRThreadPriority
H A DVBoxCAPI_v3_2.h369 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator in enum:PRThreadPriority
H A DVBoxCAPI_v4_0.h369 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator in enum:PRThreadPriority
H A DVBoxCAPI_v4_1.h369 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator in enum:PRThreadPriority
H A DVBoxCAPI_v4_2.h369 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator in enum:PRThreadPriority
H A DVBoxCAPI_v4_3.h433 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator in enum:PRThreadPriority

Completed in 256 milliseconds