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

References

projects/openmp/runtime/src/kmp_tasking.cpp
 1424   if (taskdata->td_flags.proxy == TASK_PROXY &&
 1425       taskdata->td_flags.complete == 1) {
 1454     taskdata->ompt_task_info.frame.exit_frame.ptr = OMPT_GET_FRAME_ADDRESS(0);
 1459   if (taskdata->td_flags.proxy != TASK_PROXY) {
 1470     kmp_taskgroup_t *taskgroup = taskdata->td_taskgroup;
 1494     if (taskdata->td_flags.tiedness == TASK_UNTIED) {
 1495       taskdata->td_last_tied = current_task->td_last_tied;
 1531         __kmp_forkjoin_frames_mode == 3 && !taskdata->td_flags.task_serial &&
 1544     if (taskdata->td_flags.native) {
 1564   if (taskdata->td_flags.proxy != TASK_PROXY) {
 1569       if (taskdata->td_flags.tiedness == TASK_TIED) {
 1570         taskdata->ompt_task_info.frame.exit_frame = ompt_data_none;