Searched defs:workerThreads (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dserver_test.c169 PRInt32 workerThreads; variable
218 if (workerThreadsBusy == workerThreads) {
221 if (workerThreadsBusy == workerThreads) {
234 if (debug_mode) printf("Error creating client thread %d\n", workerThreads);
236 PR_AtomicIncrement(&workerThreads);
237 if (debug_mode) DPRINTF("\tServer creates worker (%d)\n", workerThreads);
308 workerThreads = 0;
327 PR_AtomicIncrement(&workerThreads);
H A Dservr_kk.c135 PRInt32 workerThreads; variable
184 if (workerThreadsBusy == workerThreads) {
187 if (workerThreadsBusy == workerThreads) {
200 if (debug_mode) printf("Error creating client thread %d\n", workerThreads);
202 PR_AtomicIncrement(&workerThreads);
203 if (debug_mode) DPRINTF("\tServer creates worker (%d)\n", workerThreads);
285 workerThreads = 0;
304 PR_AtomicIncrement(&workerThreads);
H A Dservr_ku.c136 PRInt32 workerThreads; variable
185 if (workerThreadsBusy == workerThreads) {
188 if (workerThreadsBusy == workerThreads) {
201 if (debug_mode) printf("Error creating client thread %d\n", workerThreads);
203 PR_AtomicIncrement(&workerThreads);
204 if (debug_mode) DPRINTF("\tServer creates worker (%d)\n", workerThreads);
286 workerThreads = 0;
305 PR_AtomicIncrement(&workerThreads);
H A Dservr_uk.c138 PRInt32 workerThreads; variable
187 if (workerThreadsBusy == workerThreads) {
190 if (workerThreadsBusy == workerThreads) {
203 if (debug_mode) printf("Error creating client thread %d\n", workerThreads);
205 PR_AtomicIncrement(&workerThreads);
206 if (debug_mode) DPRINTF("\tServer creates worker (%d)\n", workerThreads);
288 workerThreads = 0;
307 PR_AtomicIncrement(&workerThreads);
H A Dservr_uu.c136 PRInt32 workerThreads; variable
185 if (workerThreadsBusy == workerThreads) {
188 if (workerThreadsBusy == workerThreads) {
201 if (debug_mode) printf("Error creating client thread %d\n", workerThreads);
203 PR_AtomicIncrement(&workerThreads);
204 if (debug_mode) DPRINTF("\tServer creates worker (%d)\n", workerThreads);
286 workerThreads = 0;
305 PR_AtomicIncrement(&workerThreads);

Completed in 50 milliseconds