Searched refs:client_threads (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dmultiwait.c73 static PRIntn client_threads = 20, worker_threads = 2, wait_objects = 50; variable
608 PR_fprintf(debug, "%s: creating client_threads\n", shared->title);
609 client_thread = (PRThread**)PR_CALLOC(sizeof(PRThread*) * client_threads);
610 for (index = 0; index < client_threads; ++index)
621 PR_fprintf(debug, "%s: interrupting/joining client_threads\n", shared->title);
622 for (index = 0; index < client_threads; ++index)
694 client_threads = atoi(opt->value);

Completed in 97 milliseconds