Searched refs:PR_LOCAL_THREAD (Results 1 - 25 of 89) sorted by relevance

1234

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dintrio.c118 (scope1 == PR_LOCAL_THREAD ? "local" : "global"),
119 (scope2 == PR_LOCAL_THREAD ? "local" : "global"));
163 Test(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
164 Test(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
165 Test(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
H A Djoin.c239 runTest(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
241 runTest(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
243 runTest(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
H A Dsuspend.c101 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD",
120 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD", i);
155 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD",
180 Level_0_Thread(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
185 Level_0_Thread(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
190 Level_0_Thread(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
H A Dthreads.c136 CreateThreads(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
141 CreateThreads(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
146 CreateThreads(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
H A Dcleanup.c71 PRThreadScope type = PR_LOCAL_THREAD;
112 (PR_LOCAL_THREAD == type) ? "LOCAL" : "GLOBAL");
H A Djoinuu.c174 runTest(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
H A Dperf.c160 PR_LOCAL_THREAD,
242 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD"),
256 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD"),
269 ContextSwitch(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
274 ContextSwitch(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
279 ContextSwitch(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
338 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD"),
353 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD"),
369 SemaContextSwitch(PR_LOCAL_THREAD, PR_LOCAL_THREA
[all...]
H A Daffinity.c73 PR_LOCAL_THREAD,
H A Dyield.c81 index%2?PR_LOCAL_THREAD:PR_GLOBAL_THREAD,
H A Dxnotify.c150 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
155 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
228 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
233 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
314 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
319 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
H A Dfileio.c215 PR_LOCAL_THREAD,
222 PR_LOCAL_THREAD,
H A Dexit.c105 PR_LOCAL_THREAD, PR_UNJOINABLE_THREAD, 0);
H A Dinitclk.c87 PR_LOCAL_THREAD,
H A Djoinku.c175 runTest(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
H A Djoinuk.c173 runTest(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
H A Dlazyinit.c101 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
H A Dlogger.c153 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
H A Dio_timeout.c103 case PR_LOCAL_THREAD:
288 thread_test(PR_LOCAL_THREAD, num_threads);
H A Dpriotest.c157 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
160 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
H A Dserver_test.c528 ServerScope = PR_LOCAL_THREAD;
529 ClientScope = PR_LOCAL_THREAD;
535 ServerScope = PR_LOCAL_THREAD;
543 ClientScope = PR_LOCAL_THREAD;
H A Dservr_kk.c505 ServerScope = PR_LOCAL_THREAD;
506 ClientScope = PR_LOCAL_THREAD;
512 ServerScope = PR_LOCAL_THREAD;
520 ClientScope = PR_LOCAL_THREAD;
H A Dsleep.c110 PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0);
H A Dcvar.c245 CondWaitContextSwitch(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
250 CondWaitContextSwitch(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprthread.h111 PR_LOCAL_THREAD, enumerator in enum:PRThreadScope
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcthread.h68 local = PR_LOCAL_THREAD, global = PR_GLOBAL_THREAD

Completed in 2023 milliseconds

1234