Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_sched.cpp75 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 Dkmp_dispatch.cpp1109 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 Dkmp.h4246 kmp_int32 schedtype, kmp_int32 *plastiter,