Lines Matching defs:nthreads
1095 size_t nthreads)
1168 if (nthreads != 1) {
1169 nthreads = 1;
1173 } else if (nthreads == 0) {
1177 nthreads = nproc;
1179 nthreads = 1;
1312 if (nthreads == 1) {
1322 threads = calloc(nthreads - 1, sizeof(*threads));
1328 * Start (nthreads - 1) threads - the main thread is going to
1331 for (i = 0; i < nthreads - 1; i++) {
1349 for (i = 0; i < nthreads - 1; i++) {
1448 size_t nthreads)
1450 return selinux_restorecon_common(pathname_orig, restorecon_flags, nthreads);