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_frame_t | frame |
ompt_data_t | task_data |
struct kmp_taskdata * | scheduling_parent |
int | thread_num |
ompt_dispatch_chunk_t | dispatch_chunk |
Definition at line 59 of file ompt-internal.h.
ompt_dispatch_chunk_t ompt_task_info_t::dispatch_chunk |
Definition at line 64 of file ompt-internal.h.
ompt_frame_t ompt_task_info_t::frame |
Definition at line 60 of file ompt-internal.h.
Referenced by __kmp_fork_in_teams(), __kmp_join_call(), __kmp_launch_thread(), __kmp_serial_fork_call(), __kmp_serialized_parallel(), __kmpc_omp_task_begin_if0_template(), __ompt_get_task_info_internal(), __ompt_lw_taskteam_init(), and FTN_CONTROL_TOOL().
struct kmp_taskdata* ompt_task_info_t::scheduling_parent |
Definition at line 62 of file ompt-internal.h.
Referenced by __ompt_lw_taskteam_init().
ompt_data_t ompt_task_info_t::task_data |
Definition at line 61 of file ompt-internal.h.
Referenced by __kmp_dispatch_init(), __kmp_dist_for_static_init(), __kmp_for_static_init(), __kmp_GOMP_fork_call(), __kmp_join_call(), __kmp_serial_fork_call(), __kmp_serialized_parallel(), __kmp_taskloop(), __kmp_wait_template(), __kmpc_end_sections(), __kmpc_for_static_fini(), __kmpc_next_section(), __kmpc_omp_task_begin_if0_template(), __kmpc_sections_init(), __ompt_get_task_info_internal(), and __ompt_lw_taskteam_init().
int ompt_task_info_t::thread_num |
Definition at line 63 of file ompt-internal.h.
Referenced by __kmp_GOMP_fork_call().