Lines Matching defs:nth
2529 kmp_uint32 nth = thread->th.th_team_nproc;
2536 if (nth == 1 && !__kmp_enable_hidden_helper) {
2537 KA_TRACE(10, ("__kmpc_task_reduction_init: T#%d, tg %p, exiting nth=1\n",
2559 arr[i].reduce_priv = __kmp_allocate(nth * size);
2560 arr[i].reduce_pend = (char *)(arr[i].reduce_priv) + nth * size;
2563 for (size_t j = 0; j < nth; ++j) {
2571 arr[i].reduce_priv = __kmp_allocate(nth * sizeof(void *));
2666 kmp_int32 nth = thread->th.th_team_nproc;
2667 if (nth == 1)
2705 for (int j = 0; j < nth; ++j)
2735 kmp_int32 nth = th->th.th_team_nproc;
2737 nth > 1 ||
2738 __kmp_enable_hidden_helper); // should not be called if nth == 1 unless we
2750 for (int j = 0; j < nth; ++j) {
2758 for (int j = 0; j < nth; ++j) {
2788 kmp_int32 nth = thr->th.th_team_nproc;
2790 if (nth == 1) {
2792 ("__kmpc_reduction_modifier_init: T#%d, tg %p, exiting nth=1\n",