reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2405 KMP_ATOMIC_ST_RLX(&tg_new->count, 0); 2406 KMP_ATOMIC_ST_RLX(&tg_new->cancel_request, cancel_noreq); 2407 tg_new->parent = taskdata->td_taskgroup; 2408 tg_new->reduce_data = NULL; 2409 tg_new->reduce_num_data = 0; 2410 taskdata->td_taskgroup = tg_new;