Searched refs:this_record_map (Results 1 – 1 of 1) sorted by relevance
5517 kmp_node_info_t *this_record_map = tdg->record_map; local5530 kmp_taskdata_t *td = KMP_TASK_TO_TASKDATA(this_record_map[j].task);5533 this_record_map[j].parent_task = parent_task;5536 this_record_map[j].parent_task->td_taskgroup;5538 KMP_ATOMIC_ST_RLX(&this_record_map[j].npredecessors_counter,5539 this_record_map[j].npredecessors);5540 KMP_ATOMIC_INC(&this_record_map[j].parent_task->td_incomplete_child_tasks);5550 if (this_record_map[j].parent_task->td_flags.tasktype == TASK_EXPLICIT)5551 KMP_ATOMIC_INC(&this_record_map[j].parent_task->td_allocated_child_tasks);5555 __kmp_omp_task(gtid, this_record_map[this_root_tasks[j]].task, true);[all …]