LLVM OpenMP 19.0.0git
Public Attributes | List of all members
ompt_thread_info_t Struct Reference

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

Public Attributes

ompt_data_t thread_data
 
ompt_data_t task_data
 
ompt_data_t target_task_data
 
voidreturn_address
 
ompt_state_t state
 
ompt_wait_id_t wait_id
 
int ompt_task_yielded
 
int parallel_flags
 
voididle_frame
 

Detailed Description

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

Member Data Documentation

◆ idle_frame

void* ompt_thread_info_t::idle_frame

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

◆ ompt_task_yielded

int ompt_thread_info_t::ompt_task_yielded

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

◆ parallel_flags

int ompt_thread_info_t::parallel_flags

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

◆ return_address

void* ompt_thread_info_t::return_address

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

◆ state

ompt_state_t ompt_thread_info_t::state

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

Referenced by __kmpc_critical().

◆ target_task_data

ompt_data_t ompt_thread_info_t::target_task_data

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

◆ task_data

ompt_data_t ompt_thread_info_t::task_data

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

◆ thread_data

ompt_data_t ompt_thread_info_t::thread_data

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

◆ wait_id

ompt_wait_id_t ompt_thread_info_t::wait_id

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

Referenced by __kmp_invoke_task(), and __kmpc_critical().


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