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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dconcur.c62 #define DEFAULT_LOOPS 100 macro
100 PRUintn loops = DEFAULT_LOOPS;
127 if (0 == loops) loops = DEFAULT_LOOPS;
H A Dpollable.c58 #define DEFAULT_LOOPS 100 macro
61 PRIntn numIterations = DEFAULT_LOOPS;
118 debug_out, "-c n\tloops at thread level (default: %d)\n", DEFAULT_LOOPS);
H A Dswitch.c65 #define DEFAULT_LOOPS 100 macro
87 debug_out, "-c n\tloops at thread level (default: %d)\n", DEFAULT_LOOPS);
124 PRUintn thread_limit = DEFAULT_THREADS, loop_limit = DEFAULT_LOOPS;
H A Dranfile.c94 #define DEFAULT_LOOPS 1 macro
339 if (loops == 0) loops = DEFAULT_LOOPS;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp57 #define DEFAULT_LOOPS 100 macro
120 debug_out, "-c n\tloops at thread level (default: %d)\n", DEFAULT_LOOPS);
137 PRUintn thread_limit = DEFAULT_THREADS, loop_limit = DEFAULT_LOOPS;

Completed in 56 milliseconds