reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_csupport.cpp
 3836   return thread->th.th_current_task->td_task_id;
 3852   return (parent_task == NULL ? 0 : parent_task->td_task_id);
projects/openmp/runtime/src/kmp_tasking.cpp
 1043   task->td_task_id = KMP_GEN_TASK_ID();
 1270   taskdata->td_task_id = KMP_GEN_TASK_ID();
 3917   taskdata->td_task_id = KMP_GEN_TASK_ID();