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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dserver_test.c170 PRInt32 workerThreadsBusy; variable
217 PR_AtomicIncrement(&workerThreadsBusy);
218 if (workerThreadsBusy == workerThreads) {
221 if (workerThreadsBusy == workerThreads) {
269 PR_AtomicDecrement(&workerThreadsBusy);
309 workerThreadsBusy = 0;
H A Dservr_kk.c136 PRInt32 workerThreadsBusy; variable
183 PR_AtomicIncrement(&workerThreadsBusy);
184 if (workerThreadsBusy == workerThreads) {
187 if (workerThreadsBusy == workerThreads) {
235 PR_AtomicDecrement(&workerThreadsBusy);
286 workerThreadsBusy = 0;
H A Dservr_ku.c137 PRInt32 workerThreadsBusy; variable
184 PR_AtomicIncrement(&workerThreadsBusy);
185 if (workerThreadsBusy == workerThreads) {
188 if (workerThreadsBusy == workerThreads) {
236 PR_AtomicDecrement(&workerThreadsBusy);
287 workerThreadsBusy = 0;
H A Dservr_uk.c139 PRInt32 workerThreadsBusy; variable
186 PR_AtomicIncrement(&workerThreadsBusy);
187 if (workerThreadsBusy == workerThreads) {
190 if (workerThreadsBusy == workerThreads) {
238 PR_AtomicDecrement(&workerThreadsBusy);
289 workerThreadsBusy = 0;
H A Dservr_uu.c137 PRInt32 workerThreadsBusy; variable
184 PR_AtomicIncrement(&workerThreadsBusy);
185 if (workerThreadsBusy == workerThreads) {
188 if (workerThreadsBusy == workerThreads) {
236 PR_AtomicDecrement(&workerThreadsBusy);
287 workerThreadsBusy = 0;

Completed in 52 milliseconds