LLVM OpenMP 19.0.0git
Public Attributes | List of all members
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 55 of file ompt-internal.h.

Member Data Documentation

◆ dispatch_chunk

ompt_dispatch_chunk_t ompt_task_info_t::dispatch_chunk

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

◆ frame

ompt_frame_t ompt_task_info_t::frame

◆ scheduling_parent

struct kmp_taskdata* ompt_task_info_t::scheduling_parent

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

Referenced by __ompt_lw_taskteam_init().

◆ task_data

ompt_data_t ompt_task_info_t::task_data

◆ thread_num

int ompt_task_info_t::thread_num

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

Referenced by __kmp_GOMP_fork_call().


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