Searched refs:schedtype (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_sched.cpp | 75 kmp_int32 schedtype, kmp_int32 *plastiter, in __kmp_for_static_init() argument 90 schedtype = SCHEDULE_WITHOUT_MODIFIERS(schedtype); in __kmp_for_static_init() 144 KD_TRACE(100, (buff, global_tid, schedtype, *plastiter, *plower, *pupper, in __kmp_for_static_init() 199 if (schedtype > kmp_ord_upper) { in __kmp_for_static_init() 201 schedtype += kmp_sch_static - in __kmp_for_static_init() 307 switch (schedtype) { in __kmp_for_static_init() 426 if (schedtype == kmp_sch_static) { in __kmp_for_static_init() 889 void __kmpc_for_static_init_4(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, in __kmpc_for_static_init_4() argument 893 __kmp_for_static_init<kmp_int32>(loc, gtid, schedtype, plastiter, plower, in __kmpc_for_static_init_4() 906 kmp_int32 schedtype, kmp_int32 *plastiter, in __kmpc_for_static_init_4u() argument [all …]
|
H A D | kmp_dispatch.cpp | 1109 kmp_uint64 schedtype = 0; in __kmp_dispatch_init() local 1118 schedtype = 1; in __kmp_dispatch_init() 1123 schedtype = 2; in __kmp_dispatch_init() 1128 schedtype = 3; in __kmp_dispatch_init() 1131 __kmp_itt_metadata_loop(loc, schedtype, pr->u.p.tc, cur_chunk); in __kmp_dispatch_init()
|
H A D | kmp.h | 4246 kmp_int32 schedtype, kmp_int32 *plastiter,
|