Home
last modified time | relevance | path

Searched refs:this_record_map (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp5533 kmp_node_info_t *this_record_map = tdg->record_map; local
5546 kmp_taskdata_t *td = KMP_TASK_TO_TASKDATA(this_record_map[j].task);
5549 this_record_map[j].parent_task = parent_task;
5552 this_record_map[j].parent_task->td_taskgroup;
5554 KMP_ATOMIC_ST_RLX(&this_record_map[j].npredecessors_counter,
5555 this_record_map[j].npredecessors);
5556 KMP_ATOMIC_INC(&this_record_map[j].parent_task->td_incomplete_child_tasks);
5566 if (this_record_map[j].parent_task->td_flags.tasktype == TASK_EXPLICIT)
5567 KMP_ATOMIC_INC(&this_record_map[j].parent_task->td_allocated_child_tasks);
5571 __kmp_omp_task(gtid, this_record_map[this_root_tasks[j]].task, true);
[all …]