reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2206 if (tg == NULL) 2207 tg = thread->th.th_current_task->td_taskgroup; 2208 KMP_ASSERT(tg != NULL); 2209 kmp_taskred_data_t *arr = (kmp_taskred_data_t *)(tg->reduce_data); 2210 kmp_int32 num = tg->reduce_num_data; 2214 while (tg != NULL) { 2246 tg = tg->parent; 2246 tg = tg->parent; 2247 arr = (kmp_taskred_data_t *)(tg->reduce_data); 2248 num = tg->reduce_num_data;