#include <kmp.h>
Data Fields | |
| ompt_team_info_t | ompt_team_info |
| int | t_argc |
| KMP_ALIGN_CACHE void ** | t_argv |
| kmp_balign_team_t | t_bar [bs_last_barrier] |
| volatile int | t_construct |
| kmp_internal_control_t * | t_control_stack_top |
| kmp_uint32 | t_copyin_counter |
| void * | t_copypriv_data |
| dispatch_shared_info_t * | t_disp_buffer |
| kmp_disp_t * | t_dispatch |
| int | t_id |
| ident_t * | t_ident |
| void * | t_inline_argv [KMP_INLINE_ARGV_ENTRIES] |
| launch_t | t_invoke |
| int | t_master_active |
| int | t_master_last_cons |
| int | t_master_this_cons |
| KMP_ALIGN_CACHE int | t_master_tid |
| int | t_max_argc |
| int | t_max_nproc |
| kmp_team_p * | t_next_pool |
| int | t_nproc |
| KMP_ALIGN_CACHE kmp_ordered_team_t | t_ordered |
| kmp_team_p * | t_parent |
| microtask_t | t_pkfn |
| int | t_serialized |
| int * | t_set_blocktime |
| int * | t_set_bt_intervals |
| int * | t_set_bt_set |
| int * | t_set_dynamic |
| int * | t_set_nested |
| KMP_ALIGN_CACHE int * | t_set_nproc |
| kmp_lock_t | t_single_lock |
| kmp_taskq_t | t_taskq |
| KMP_ALIGN_CACHE kmp_info_t ** | t_threads |
Definition at line 2252 of file kmp.h.
| KMP_ALIGN_CACHE void** kmp_base_team::t_argv |
| kmp_balign_team_t kmp_base_team::t_bar[bs_last_barrier] |
| volatile int kmp_base_team::t_construct |
| kmp_uint32 kmp_base_team::t_copyin_counter |
| void* kmp_base_team::t_inline_argv[KMP_INLINE_ARGV_ENTRIES] |
| KMP_ALIGN_CACHE int kmp_base_team::t_master_tid |
| KMP_ALIGN_CACHE kmp_ordered_team_t kmp_base_team::t_ordered |
| KMP_ALIGN_CACHE int* kmp_base_team::t_set_nproc |
| KMP_ALIGN_CACHE kmp_info_t** kmp_base_team::t_threads |
1.6.1