LLVM OpenMP 20.0.0git
|
#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 |
void * | return_address |
ompt_state_t | state |
ompt_wait_id_t | wait_id |
int | ompt_task_yielded |
int | parallel_flags |
void * | idle_frame |
Definition at line 79 of file ompt-internal.h.
void* ompt_thread_info_t::idle_frame |
Definition at line 89 of file ompt-internal.h.
int ompt_thread_info_t::ompt_task_yielded |
Definition at line 87 of file ompt-internal.h.
int ompt_thread_info_t::parallel_flags |
Definition at line 88 of file ompt-internal.h.
void* ompt_thread_info_t::return_address |
Definition at line 84 of file ompt-internal.h.
ompt_state_t ompt_thread_info_t::state |
Definition at line 85 of file ompt-internal.h.
Referenced by __kmpc_critical().
ompt_data_t ompt_thread_info_t::target_task_data |
Definition at line 83 of file ompt-internal.h.
ompt_data_t ompt_thread_info_t::task_data |
Definition at line 81 of file ompt-internal.h.
ompt_data_t ompt_thread_info_t::thread_data |
Definition at line 80 of file ompt-internal.h.
ompt_wait_id_t ompt_thread_info_t::wait_id |
Definition at line 86 of file ompt-internal.h.
Referenced by __kmp_invoke_task(), and __kmpc_critical().