Home
last modified time | relevance | path

Searched refs:dispatch_shared_info_template (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_dispatch.h43 template <typename T> struct dispatch_shared_info_template;
59 dispatch_shared_info_template<T> volatile *sh, kmp_int32 *p_last, T *p_lb,
167 template <typename T> struct dispatch_shared_info_template { struct
349 dispatch_shared_info_template<UT> *sh = in __kmp_dispatch_deo()
350 reinterpret_cast<dispatch_shared_info_template<UT> *>( in __kmp_dispatch_deo()
421 dispatch_shared_info_template<UT> *sh = in __kmp_dispatch_dxo()
422 reinterpret_cast<dispatch_shared_info_template<UT> *>( in __kmp_dispatch_dxo()
H A Dkmp_dispatch_hier.h133 dispatch_shared_info_template<T> sh[2];
163 dispatch_shared_info_template<T> volatile *get_next_sh(kmp_uint64 index) { in get_next_sh()
171 dispatch_shared_info_template<T> volatile *get_curr_sh(kmp_uint64 index) { in get_curr_sh()
380 dispatch_shared_info_template<T> volatile *get_next_sh(kmp_uint64 index) { in get_next_sh()
396 dispatch_shared_info_template<T> volatile *get_curr_sh(kmp_uint64 index) { in get_curr_sh()
489 dispatch_shared_info_template<T> volatile *my_sh; in next_recurse()
497 my_sh = reinterpret_cast<dispatch_shared_info_template<T> volatile *>( in next_recurse()
908 dispatch_shared_info_template<T> volatile *sh; in __kmp_dispatch_init_hierarchy()
950 sh = reinterpret_cast<dispatch_shared_info_template<T> volatile *>( in __kmp_dispatch_init_hierarchy()
H A Dkmp_dispatch.cpp709 reinterpret_cast<dispatch_shared_info_template<kmp_int32> volatile *>( in __kmp_dispatch_free_hierarchies()
733 dispatch_shared_info_template<T> volatile *sh; in __kmp_dispatch_init()
737 KMP_BUILD_ASSERT(sizeof(dispatch_shared_info_template<UT>) == in __kmp_dispatch_init()
828 sh = reinterpret_cast<dispatch_shared_info_template<T> volatile *>( in __kmp_dispatch_init()
974 dispatch_shared_info_template<UT> volatile *sh = in __kmp_dispatch_finish()
975 reinterpret_cast<dispatch_shared_info_template<UT> volatile *>( in __kmp_dispatch_finish()
1037 dispatch_shared_info_template<UT> volatile *sh = in __kmp_dispatch_finish_chunk()
1038 reinterpret_cast<dispatch_shared_info_template<UT> volatile *>( in __kmp_dispatch_finish_chunk()
1108 dispatch_shared_info_template<T> volatile *sh, in __kmp_dispatch_next_algorithm()
1994 dispatch_shared_info_template<T> volatile *sh; in __kmp_dispatch_next()
[all …]