Searched refs:schedtype (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_sched.cpp | 66 kmp_int32 schedtype, kmp_int32 *plastiter, in __kmp_for_static_init() argument 131 KD_TRACE(100, (buff, global_tid, schedtype, *plastiter, *plower, *pupper, in __kmp_for_static_init() 185 if (schedtype > kmp_ord_upper) { in __kmp_for_static_init() 187 schedtype += kmp_sch_static - in __kmp_for_static_init() 287 switch (schedtype) { in __kmp_for_static_init() 386 if (schedtype == kmp_sch_static) { in __kmp_for_static_init() 794 void __kmpc_for_static_init_4(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, in __kmpc_for_static_init_4() argument 798 __kmp_for_static_init<kmp_int32>(loc, gtid, schedtype, plastiter, plower, in __kmpc_for_static_init_4() 811 kmp_int32 schedtype, kmp_int32 *plastiter, in __kmpc_for_static_init_4u() argument 815 __kmp_for_static_init<kmp_uint32>(loc, gtid, schedtype, plastiter, plower, in __kmpc_for_static_init_4u() [all …]
|
| HD | kmp_dispatch.cpp | 912 kmp_uint64 schedtype = 0; in __kmp_dispatch_init() local 921 schedtype = 1; in __kmp_dispatch_init() 926 schedtype = 2; in __kmp_dispatch_init() 931 schedtype = 3; in __kmp_dispatch_init() 934 __kmp_itt_metadata_loop(loc, schedtype, pr->u.p.tc, cur_chunk); in __kmp_dispatch_init()
|
| HD | kmp.h | 3635 kmp_int32 schedtype, kmp_int32 *plastiter,
|