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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsel_spd.c84 static long _threads_max = 10, _threads = 10; variable
87 static long _threads_max = 10, _threads = 10; variable
381 _thread_exit_count = _threads * 2;
382 for (index=0; index<_threads; index++) {
468 _threads_max = _threads = atoi(optarg);
493 _iterations, _threads);
499 if ( (timer_data = (timer_slot_t *)PR_Malloc(2*_threads * sizeof(timer_slot_t))) == NULL)
501 memset(timer_data, 0 , 2*_threads*sizeof(timer_slot_t));
532 tot_connect += timer_data[index].d_connect / _threads;
533 tot_cl_data += timer_data[index].d_cl_data / _threads;
[all...]

Completed in 33 milliseconds