|
LLVM OpenMP 22.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp_dispatch.h"
Classes | |
| union | private_info_tmpl |
Public Attributes | |
| union KMP_ALIGN_CACHE dispatch_private_info_template::private_info_tmpl | u |
| enum sched_type | schedule |
| kmp_sched_flags_t | flags |
| std::atomic< kmp_uint32 > | steal_flag |
| kmp_uint32 | ordered_bumped |
| dispatch_private_info * | next |
| kmp_uint32 | type_size |
| enum cons_type | pushed_ws |
Definition at line 133 of file kmp_dispatch.h.
| kmp_sched_flags_t dispatch_private_info_template< T >::flags |
Definition at line 141 of file kmp_dispatch.h.
Referenced by __kmp_dispatch_init(), __kmp_dispatch_init_algorithm(), __kmp_dispatch_init_hierarchy(), __kmp_dispatch_next(), __kmp_dispatch_next_algorithm(), and __kmp_initialize_self_buffer().
| dispatch_private_info* dispatch_private_info_template< T >::next |
Definition at line 144 of file kmp_dispatch.h.
| kmp_uint32 dispatch_private_info_template< T >::ordered_bumped |
Definition at line 143 of file kmp_dispatch.h.
Referenced by __kmp_dispatch_deo(), __kmp_dispatch_dxo(), __kmp_dispatch_finish(), and __kmp_dispatch_init_algorithm().
| enum cons_type dispatch_private_info_template< T >::pushed_ws |
Definition at line 153 of file kmp_dispatch.h.
Referenced by __kmp_dispatch_deo(), __kmp_dispatch_dxo(), and __kmp_dispatch_next().
| enum sched_type dispatch_private_info_template< T >::schedule |
Definition at line 140 of file kmp_dispatch.h.
Referenced by __kmp_dispatch_init(), __kmp_dispatch_init_algorithm(), __kmp_dispatch_next(), __kmp_dispatch_next_algorithm(), and kmp_hier_t< T >::next().
| std::atomic<kmp_uint32> dispatch_private_info_template< T >::steal_flag |
Definition at line 142 of file kmp_dispatch.h.
Referenced by __kmp_dispatch_init_algorithm(), and __kmp_dispatch_next_algorithm().
| kmp_uint32 dispatch_private_info_template< T >::type_size |
Definition at line 145 of file kmp_dispatch.h.
Referenced by __kmp_dispatch_init_algorithm().
| union KMP_ALIGN_CACHE dispatch_private_info_template::private_info_tmpl dispatch_private_info_template< T >::u |