Searched refs:t_nested_nth (Results 1 – 2 of 2) sorted by relevance
1288 if (this_thr->th.th_team->t.t_nested_nth) in __kmp_serialized_parallel()1289 serial_team->t.t_nested_nth = this_thr->th.th_team->t.t_nested_nth; in __kmp_serialized_parallel()1291 serial_team->t.t_nested_nth = &__kmp_nested_nth; in __kmp_serialized_parallel()1314 if (this_thr->th.th_team->t.t_nested_nth) in __kmp_serialized_parallel()1315 nested_nth = this_thr->th.th_team->t.t_nested_nth; in __kmp_serialized_parallel()1370 if (serial_team->t.t_nested_nth) in __kmp_serialized_parallel()1371 nested_nth = serial_team->t.t_nested_nth; in __kmp_serialized_parallel()2128 (level + 1 < parent_team->t.t_nested_nth->used) && in __kmp_fork_call()2129 (parent_team->t.t_nested_nth->nth[level + 1] != nthreads_icv)) { in __kmp_fork_call()2130 nthreads_icv = parent_team->t.t_nested_nth->nth[level + 1]; in __kmp_fork_call()[all …]
3224 kmp_nested_nthreads_t *t_nested_nth; member