Searched defs:thread_scope (Results 1 - 19 of 19) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dioconthr.c47 PRThreadScope thread_scope = PR_GLOBAL_THREAD; variable
98 PR_PRIORITY_NORMAL, thread_scope, PR_JOINABLE_THREAD, 0);
H A Dconcur.c64 static PRThreadScope thread_scope = PR_LOCAL_THREAD; variable
109 thread_scope = PR_GLOBAL_THREAD;
146 thread_scope, PR_JOINABLE_THREAD, 0);
H A Dmultiacc.c55 static PRThreadScope thread_scope = PR_GLOBAL_THREAD; variable
168 thread_scope, PR_JOINABLE_THREAD, 0);
179 thread_scope, PR_JOINABLE_THREAD, 0);
H A Dintrupt.c71 static PRThreadScope thread_scope = PR_LOCAL_THREAD; variable
270 thread_scope, PR_JOINABLE_THREAD, 0);
282 thread_scope, PR_JOINABLE_THREAD, 0);
296 thread_scope, PR_JOINABLE_THREAD, 0);
326 thread_scope, PR_JOINABLE_THREAD, 0);
352 thread_scope = PR_GLOBAL_THREAD;
360 thread_scope, PR_JOINABLE_THREAD, 0);
H A Dpollable.c138 PRThreadScope thread_scope = PR_LOCAL_THREAD; local
168 thread_scope = PR_GLOBAL_THREAD;
198 (PR_GLOBAL_THREAD == thread_scope) ? "GLOBAL" : "LOCAL");
236 thread_scope, PR_JOINABLE_THREAD, 0);
H A Dswitch.c122 PRThreadScope thread_scope = PR_LOCAL_THREAD; local
146 thread_scope = PR_GLOBAL_THREAD;
169 (PR_GLOBAL_THREAD == thread_scope) ? "GLOBAL" : "LOCAL");
194 PR_PRIORITY_HIGH, thread_scope,
H A Dalarm.c89 static PRThreadScope thread_scope = PR_LOCAL_THREAD; variable
145 thread_scope, PR_JOINABLE_THREAD, 0);
511 thread_scope = PR_GLOBAL_THREAD;
H A Dlayer.c292 PRThreadScope thread_scope = PR_LOCAL_THREAD; local
311 thread_scope = PR_GLOBAL_THREAD;
372 PR_PRIORITY_HIGH, thread_scope,
378 PR_PRIORITY_NORMAL, thread_scope,
407 PR_PRIORITY_HIGH, thread_scope,
413 PR_PRIORITY_NORMAL, thread_scope,
442 PR_PRIORITY_HIGH, thread_scope,
448 PR_PRIORITY_NORMAL, thread_scope,
H A Dthruput.c75 static PRThreadScope thread_scope = PR_LOCAL_THREAD; variable
198 PR_PRIORITY_NORMAL, thread_scope,
298 PR_PRIORITY_NORMAL, thread_scope,
340 thread_scope = PR_GLOBAL_THREAD;
379 if (PR_GLOBAL_THREAD == thread_scope)
397 (PR_GLOBAL_THREAD == thread_scope) ? "GLOBAL" : "LOCAL");
H A Dtmoacc.c206 PRThreadScope thread_scope = PR_LOCAL_THREAD; local
228 thread_scope = PR_GLOBAL_THREAD;
277 PR_PRIORITY_NORMAL, thread_scope,
H A Dtmocon.c295 PRThreadScope thread_scope = PR_LOCAL_THREAD; local
330 thread_scope = PR_GLOBAL_THREAD;
378 PR_PRIORITY_NORMAL, thread_scope,
H A Daccept.c96 static PRThreadScope thread_scope = PR_LOCAL_THREAD; variable
251 (void *)&clientCommand, PR_PRIORITY_NORMAL, thread_scope,
474 thread_scope = PR_GLOBAL_THREAD;
H A Dmultiwait.c72 static PRThreadScope thread_scope = PR_LOCAL_THREAD; variable
355 PR_PRIORITY_HIGH, thread_scope,
518 PR_PRIORITY_HIGH, thread_scope,
592 PR_PRIORITY_HIGH, thread_scope,
600 PR_PRIORITY_HIGH, thread_scope,
614 PR_PRIORITY_NORMAL, thread_scope,
691 thread_scope = PR_GLOBAL_THREAD;
H A Dranfile.c75 static PRThreadScope thread_scope = PR_LOCAL_THREAD; variable
304 thread_scope = PR_GLOBAL_THREAD;
346 (thread_scope == PR_LOCAL_THREAD) ? "LOCAL" : "GLOBAL");
365 thread_scope, PR_JOINABLE_THREAD, 0);
H A Dnblayer.c542 PRThreadScope thread_scope = PR_LOCAL_THREAD; local
562 thread_scope = PR_GLOBAL_THREAD;
639 PR_PRIORITY_HIGH, thread_scope,
645 PR_PRIORITY_NORMAL, thread_scope,
684 PR_PRIORITY_HIGH, thread_scope,
690 PR_PRIORITY_NORMAL, thread_scope,
H A Dcltsrv.c140 static PRThreadScope thread_scope = PR_LOCAL_THREAD; variable
650 DEFAULT_SERVER_PRIORITY, thread_scope,
969 thread_scope = PR_GLOBAL_THREAD;
1071 thread_scope, PR_JOINABLE_THREAD, 0);
1136 thread_scope, PR_JOINABLE_THREAD, 0);
H A Dprovider.c142 static PRThreadScope thread_scope = PR_LOCAL_THREAD; variable
1185 thread_scope = PR_GLOBAL_THREAD;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp135 RCThread::Scope thread_scope = RCThread::local; local
159 thread_scope = RCThread::global;
182 (PR_GLOBAL_THREAD == thread_scope) ? "GLOBAL" : "LOCAL");
197 shared = new Shared(thread_scope, link, &lock);
H A Dranfile.cpp316 RCThread::Scope thread_scope = RCThread::local; local
333 thread_scope = RCThread::global;
365 (thread_scope == RCThread::local) ? "LOCAL" : "GLOBAL");
376 hammer[active] = new Hammer(thread_scope, &ml, &cv, limit);

Completed in 6031 milliseconds