#include "kmp.h"
#include "kmp_i18n.h"
#include "kmp_str.h"
#include "kmp_error.h"
Go to the source code of this file.
Data Structures | |
struct | i_maxmin< T > |
struct | i_maxmin< int > |
struct | i_maxmin< long long > |
struct | i_maxmin< unsigned int > |
struct | i_maxmin< unsigned long long > |
Functions | |
template<typename T > | |
static void | __kmp_for_static_init (ident_t *loc, kmp_int32 global_tid, kmp_int32 schedtype, kmp_int32 *plastiter, T *plower, T *pupper, typename traits_t< T >::signed_t *pstride, typename traits_t< T >::signed_t incr, typename traits_t< T >::signed_t chunk) |
void | __kmpc_for_static_init_4 (ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, kmp_int32 *plastiter, kmp_int32 *plower, kmp_int32 *pupper, kmp_int32 *pstride, kmp_int32 incr, kmp_int32 chunk) |
void | __kmpc_for_static_init_4u (ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, kmp_int32 *plastiter, kmp_uint32 *plower, kmp_uint32 *pupper, kmp_int32 *pstride, kmp_int32 incr, kmp_int32 chunk) |
void | __kmpc_for_static_init_8 (ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, kmp_int32 *plastiter, kmp_int64 *plower, kmp_int64 *pupper, kmp_int64 *pstride, kmp_int64 incr, kmp_int64 chunk) |
void | __kmpc_for_static_init_8u (ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, kmp_int32 *plastiter, kmp_uint64 *plower, kmp_uint64 *pupper, kmp_int64 *pstride, kmp_int64 incr, kmp_int64 chunk) |
static void __kmp_for_static_init | ( | ident_t * | loc, | |
kmp_int32 | global_tid, | |||
kmp_int32 | schedtype, | |||
kmp_int32 * | plastiter, | |||
T * | plower, | |||
T * | pupper, | |||
typename traits_t< T >::signed_t * | pstride, | |||
typename traits_t< T >::signed_t | incr, | |||
typename traits_t< T >::signed_t | chunk | |||
) | [inline, static] |
Definition at line 100 of file kmp_sched.cpp.
References __kmp_env_consistency_check, __kmp_error_construct(), __kmp_push_workshare(), __kmp_static, __kmp_str_format(), __kmp_str_free(), __kmp_threads, __kmp_tid_from_gtid, ct_pdo, FALSE, KD_TRACE, KE_TRACE, KMP_ASSERT2, KMP_DEBUG_ASSERT, kmp_sch_static, kmp_sch_static_balanced, kmp_sch_static_chunked, kmp_sch_static_greedy, ompt_callbacks, ompt_status, ompt_status_track_callback, ident::psource, kmp_team::t, and TRUE.