Searched defs:thread_limit (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp137 PRUintn thread_limit = DEFAULT_THREADS, loop_limit = DEFAULT_LOOPS; local
153 thread_limit = atoi(opt->value);
177 PR_fprintf(debug_out, "\tThreads involved: %d\n", thread_limit);
195 for (thread_count = 1; thread_count <= thread_limit; ++thread_count)
227 average, thread_limit);
232 for (thread_count = 1; thread_count <= thread_limit; ++thread_count)
245 for (thread_count = 1; thread_count <= thread_limit; ++thread_count)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dswitch.c124 PRUintn thread_limit = DEFAULT_THREADS, loop_limit = DEFAULT_LOOPS; local
140 thread_limit = atoi(opt->value);
164 PR_fprintf(debug_out, "\tThreads involved: %d\n", thread_limit);
182 for (thread_count = 1; thread_count <= thread_limit; ++thread_count)
227 average, thread_limit);
231 for (thread_count = 1; thread_count <= thread_limit; ++thread_count)
244 for (thread_count = 1; thread_count <= thread_limit; ++thread_count)

Completed in 75 milliseconds