LLVM OpenMP 22.0.0git
ompt_task_info_t Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/ompt-internal.h"

Public Attributes

ompt_frame_t frame
ompt_data_t task_data
struct kmp_taskdatascheduling_parent
int thread_num
ompt_dispatch_chunk_t dispatch_chunk

Detailed Description

Definition at line 59 of file ompt-internal.h.

Member Data Documentation

◆ dispatch_chunk

ompt_dispatch_chunk_t ompt_task_info_t::dispatch_chunk

Definition at line 64 of file ompt-internal.h.

◆ frame

◆ scheduling_parent

struct kmp_taskdata* ompt_task_info_t::scheduling_parent

Definition at line 62 of file ompt-internal.h.

Referenced by __ompt_lw_taskteam_init().

◆ task_data

◆ thread_num

int ompt_task_info_t::thread_num

Definition at line 63 of file ompt-internal.h.

Referenced by __kmp_GOMP_fork_call().


The documentation for this struct was generated from the following file: