Changeset View
Changeset View
Standalone View
Standalone View
openmp/runtime/src/ompt-internal.h
Show First 20 Lines • Show All 51 Lines • ▼ Show 20 Lines | ((info->td_flags.task_serial || info->td_flags.tasking_ser) \ | ||||
(info->td_flags.final ? ompt_task_final : 0x0) | \ | (info->td_flags.final ? ompt_task_final : 0x0) | \ | ||||
(info->td_flags.merged_if0 ? ompt_task_mergeable : 0x0) | (info->td_flags.merged_if0 ? ompt_task_mergeable : 0x0) | ||||
typedef struct { | typedef struct { | ||||
ompt_frame_t frame; | ompt_frame_t frame; | ||||
ompt_data_t task_data; | ompt_data_t task_data; | ||||
struct kmp_taskdata *scheduling_parent; | struct kmp_taskdata *scheduling_parent; | ||||
int thread_num; | int thread_num; | ||||
int ndeps; | |||||
ompt_dependence_t *deps; | |||||
} ompt_task_info_t; | } ompt_task_info_t; | ||||
typedef struct { | typedef struct { | ||||
ompt_data_t parallel_data; | ompt_data_t parallel_data; | ||||
void *master_return_address; | void *master_return_address; | ||||
} ompt_team_info_t; | } ompt_team_info_t; | ||||
typedef struct ompt_lw_taskteam_s { | typedef struct ompt_lw_taskteam_s { | ||||
▲ Show 20 Lines • Show All 58 Lines • Show Last 20 Lines |