Home
last modified time | relevance | path

Searched refs:PR_PRIORITY_URGENT (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dpriotest.c85 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in main()
87 failed = ((PR_TRUE == failed) || (PR_PRIORITY_URGENT != priority)) in main()
89 if (debug_mode && (PR_PRIORITY_URGENT != priority)) in main()
170 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT);
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dpriotest.c85 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in RudimentaryTests()
87 failed = ((PR_TRUE == failed) || (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
89 if (debug_mode && (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
170 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dpriotest.c84 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in RudimentaryTests()
86 failed = ((PR_TRUE == failed) || (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
88 if (debug_mode && (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
165 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dpriotest.c84 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in RudimentaryTests()
86 failed = ((PR_TRUE == failed) || (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
88 if (debug_mode && (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
165 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in main()
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dpriotest.c85 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in RudimentaryTests()
87 failed = ((PR_TRUE == failed) || (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
89 if (debug_mode && (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
170 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dpriotest.c85 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in RudimentaryTests()
87 failed = ((PR_TRUE == failed) || (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
89 if (debug_mode && (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
170 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dpriotest.c85 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in RudimentaryTests()
87 failed = ((PR_TRUE == failed) || (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
89 if (debug_mode && (PR_PRIORITY_URGENT != priority)) in RudimentaryTests()
170 PR_SetThreadPriority(PR_GetCurrentThread(), PR_PRIORITY_URGENT); in main()
/dports/www/firefox/firefox-99.0/docs/nspr/reference/
H A Dprthreadpriority.rst20 PR_PRIORITY_URGENT = 3,
38 ``PR_PRIORITY_URGENT``
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/bthreads/
H A Dbtthread.c134 case PR_PRIORITY_URGENT: return( B_URGENT_DISPLAY_PRIORITY ); in _bt_MapNSPRToNativePriority()
148 return PR_PRIORITY_URGENT; in _bt_MapNativeToNSPRPriority()
159 case PR_PRIORITY_URGENT: return( B_URGENT_DISPLAY_PRIORITY ); in _bt_mapNativeToNSPRPriority()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/bthreads/
H A Dbtthread.c134 case PR_PRIORITY_URGENT: return( B_URGENT_DISPLAY_PRIORITY ); in _bt_MapNSPRToNativePriority()
148 return PR_PRIORITY_URGENT; in _bt_MapNativeToNSPRPriority()
159 case PR_PRIORITY_URGENT: return( B_URGENT_DISPLAY_PRIORITY ); in _bt_mapNativeToNSPRPriority()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/
H A Dprthread.h76 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/
H A Dprthread.h76 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/
H A Dprthread.h76 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/
H A Dprthread.h76 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator
/dports/devel/nspr/nspr-4.33/nspr/pr/include/
H A Dprthread.h76 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/
H A Dprthread.h76 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/
H A Dprthread.h76 PR_PRIORITY_URGENT = 3, /* it does little good to have more than one */ enumerator
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/cplus/
H A Drcthread.h50 urgent = PR_PRIORITY_URGENT, in PR_IMPLEMENT()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/cplus/
H A Drcthread.h50 urgent = PR_PRIORITY_URGENT, in PR_IMPLEMENT()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/cplus/
H A Drcthread.h50 urgent = PR_PRIORITY_URGENT, in PR_IMPLEMENT()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/cplus/
H A Drcthread.h50 urgent = PR_PRIORITY_URGENT, in PR_IMPLEMENT()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/cplus/
H A Drcthread.h50 urgent = PR_PRIORITY_URGENT, in PR_IMPLEMENT()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/cplus/
H A Drcthread.h50 urgent = PR_PRIORITY_URGENT, in PR_IMPLEMENT()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/cplus/
H A Drcthread.h50 urgent = PR_PRIORITY_URGENT, in PR_IMPLEMENT()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/mongo_sources/vm/
H A DPosixNSPR.h41 PR_PRIORITY_URGENT = 3, enumerator

123