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

/lxc/src/tests/
H A Dconcurrent.c30 static int nthreads = 5; variable
160 nthreads = atoi(optarg);
200 threads = malloc(sizeof(*threads) * nthreads);
201 args = malloc(sizeof(*args) * nthreads);
203 fprintf(stderr, "Unable malloc enough memory for %d threads\n", nthreads);
221 printf("Executing (%s) for %d containers...\n", modes[i], nthreads);
222 for (j = 0; j < nthreads; j++) {
226 if (nthreads > 1) {
236 for (j = 0; j < nthreads; j++) {
237 if (nthreads >
[all...]

Completed in 8 milliseconds