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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dserver_test.c361 PRInt32 numRequests; variable
387 while(numRequests > 0) {
389 if ( (numRequests % 10) == 0 )
391 if (debug_mode) DPRINTF("\tClient starting request %d\n", numRequests);
443 PR_AtomicDecrement(&numRequests);
460 numRequests = _iterations;
H A Dservr_kk.c338 PRInt32 numRequests; variable
364 while(numRequests > 0) {
366 if ( (numRequests % 10) == 0 )
368 if (debug_mode) DPRINTF("\tClient starting request %d\n", numRequests);
420 PR_AtomicDecrement(&numRequests);
437 numRequests = _iterations;
H A Dservr_ku.c339 PRInt32 numRequests; variable
365 while(numRequests > 0) {
367 if ( (numRequests % 10) == 0 )
369 if (debug_mode) DPRINTF("\tClient starting request %d\n", numRequests);
421 PR_AtomicDecrement(&numRequests);
438 numRequests = _iterations;
H A Dservr_uk.c341 PRInt32 numRequests; variable
367 while(numRequests > 0) {
369 if ( (numRequests % 10) == 0 )
371 if (debug_mode) DPRINTF("\tClient starting request %d\n", numRequests);
423 PR_AtomicDecrement(&numRequests);
440 numRequests = _iterations;
H A Dservr_uu.c339 PRInt32 numRequests; variable
365 while(numRequests > 0) {
367 if ( (numRequests % 10) == 0 )
369 if (debug_mode) DPRINTF("\tClient starting request %d\n", numRequests);
421 PR_AtomicDecrement(&numRequests);
438 numRequests = _iterations;

Completed in 83 milliseconds