reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2481 kmp_flag_32 flag(RCAST(std::atomic<kmp_uint32> *, &(taskgroup->count)), 2483 while (KMP_ATOMIC_LD_ACQ(&taskgroup->count) != 0) { 2506 if (taskgroup->reduce_data != NULL) { // need to reduce? 2510 kmp_taskred_data_t *arr = (kmp_taskred_data_t *)taskgroup->reduce_data; 2520 __kmp_task_reduction_fini(thread, taskgroup); 2529 __kmp_task_reduction_clean(thread, taskgroup); 2538 __kmp_task_reduction_fini(thread, taskgroup); 2547 __kmp_task_reduction_clean(thread, taskgroup); 2551 __kmp_task_reduction_fini(thread, taskgroup); 2555 taskdata->td_taskgroup = taskgroup->parent; 2556 __kmp_thread_free(thread, taskgroup);