Searched refs:PR_GLOBAL_THREAD (Results 1 - 25 of 96) sorted by relevance

1234

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsproc_ch.c92 PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_UNJOINABLE_THREAD, 0);
111 PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_UNJOINABLE_THREAD, 0);
H A Dsuspend.c100 (scope == PR_GLOBAL_THREAD) ?
101 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD",
119 (PR_GLOBAL_THREAD == PR_GetThreadScope(thread)) ?
120 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD", i);
154 (scope1 == PR_GLOBAL_THREAD) ?
155 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD",
185 Level_0_Thread(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
190 Level_0_Thread(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
195 Level_0_Thread(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD);
[all...]
H A Dsproc_p.c94 PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_UNJOINABLE_THREAD, 0);
H A Djoin.c175 PR_GLOBAL_THREAD,
241 runTest(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
243 runTest(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
245 runTest(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD);
H A Dperf.c241 (scope1 == PR_GLOBAL_THREAD ?
242 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD"),
255 (scope2 == PR_GLOBAL_THREAD ?
256 "PR_GLOBAL_THREAD" : "PR_LOCAL_THREAD"),
274 ContextSwitch(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
279 ContextSwitch(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
284 ContextSwitch(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD);
337 (scope1 == PR_GLOBAL_THREAD ?
338 "PR_GLOBAL_THREAD"
[all...]
H A Dintrio.c164 Test(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
165 Test(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
166 Test(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD);
H A Dshort_thread.c75 PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD, PR_UNJOINABLE_THREAD, 0))
H A Dthreads.c141 CreateThreads(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
146 CreateThreads(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
151 CreateThreads(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD);
H A Djoinkk.c171 runTest(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD);
H A Daffinity.c88 PR_GLOBAL_THREAD,
H A Dyield.c81 index%2?PR_LOCAL_THREAD:PR_GLOBAL_THREAD,
H A Dinstrumt.c252 PR_GLOBAL_THREAD,
260 PR_GLOBAL_THREAD,
268 PR_GLOBAL_THREAD,
276 PR_GLOBAL_THREAD,
399 PR_GLOBAL_THREAD,
407 PR_GLOBAL_THREAD,
H A Dcleanup.c86 type = PR_GLOBAL_THREAD;
H A Dexit.c109 PR_GLOBAL_THREAD, PR_UNJOINABLE_THREAD, 0);
H A Djoinku.c175 runTest(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
H A Djoinuk.c173 runTest(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
H A Dprimblok.c115 PR_GLOBAL_THREAD, PR_JOINABLE_THREAD, 0);
H A Dsigpipe.c116 PR_GLOBAL_THREAD, PR_JOINABLE_THREAD, 0);
H A Dio_timeout.c106 case PR_GLOBAL_THREAD:
291 thread_test(PR_GLOBAL_THREAD, num_threads);
H A Dntioto.c285 PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD,
292 PR_PRIORITY_NORMAL, PR_GLOBAL_THREAD,
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAutoLock.cpp81 PR_GLOBAL_THREAD,
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsIThread.idl136 PRThreadScope scope = PR_GLOBAL_THREAD);
143 PRThreadScope scope = PR_GLOBAL_THREAD);
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp181 PR_GLOBAL_THREAD,
188 PR_GLOBAL_THREAD,
196 PR_GLOBAL_THREAD,
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprthread.h112 PR_GLOBAL_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 65 milliseconds

1234