Lines Matching defs:nthreads
1239 // Nested level will be an index in the nested nthreads array
1311 // Thread value exists in the nested nthreads array for the next nested
1364 // Nested level will be an index in the nested nthreads array
1366 // Thread value exists in the nested nthreads array for the next nested
1939 int nthreads;
2000 // Nested level will be an index in the nested nthreads array
2062 nthreads = 1;
2064 nthreads = master_set_numthreads
2069 // with the deduced nthreads
2070 nthreads = task_thread_limit > 0 && task_thread_limit < nthreads
2072 : nthreads;
2075 if (nthreads > 1) {
2082 nthreads = __kmp_reserve_threads(root, parent_team, master_tid,
2083 nthreads, enter_teams);
2084 if (nthreads == 1) {
2092 KMP_DEBUG_ASSERT(nthreads > 0);
2097 if (nthreads == 1) {
2105 } // if (nthreads == 1)
2190 team = __kmp_allocate_team(root, nthreads, nthreads,
2201 team = __kmp_allocate_team(root, nthreads, nthreads,
2303 __kmp_setup_icv_copy(team, nthreads,
7483 // already explicitly set its nthreads-var with a call to
7913 // num_threads = min(num_threads, nthreads-var, thread-limit-var)
7916 num_threads = __kmp_dflt_team_nth; // honor nthreads-var ICV
7936 // num_threads = min(num_threads, nthreads-var)
7938 num_threads = __kmp_dflt_team_nth; // honor nthreads-var ICV