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

/darwin-on-arm/xnu/tools/tests/execperf/
H A Drun.c20 int i, count, threadcount; local
28 threadcount = atoi(argv[1]);
33 threads = (pthread_t *)calloc(threadcount, sizeof(pthread_t));
34 for (i=0; i < threadcount; i++) {
41 for (i=0; i < threadcount; i++) {
52 fprintf(stderr, "Usage: %s <threadcount> <count> <program> [<arg1> [<arg2> ...]]\n",

Completed in 32 milliseconds