Lines Matching defs:schedule
195 // Although there are schedule enumerations above kmp_ord_upper which are not
202 kmp_distribute_static; // AC: convert to usual schedule type
430 // 0 - "static" schedule
480 kmp_int32 schedule, kmp_int32 *plastiter,
516 (buff, gtid, schedule, *plastiter, *plower, *pupper, incr, chunk));
636 switch (schedule) {
965 @param schedule Scheduling type for the parallel loop
984 kmp_int32 schedule, kmp_int32 *plastiter,
988 __kmp_dist_for_static_init<kmp_int32>(loc, gtid, schedule, plastiter, plower,
997 kmp_int32 schedule, kmp_int32 *plastiter,
1001 __kmp_dist_for_static_init<kmp_uint32>(loc, gtid, schedule, plastiter, plower,
1010 kmp_int32 schedule, kmp_int32 *plastiter,
1014 __kmp_dist_for_static_init<kmp_int64>(loc, gtid, schedule, plastiter, plower,
1023 kmp_int32 schedule, kmp_int32 *plastiter,
1027 __kmp_dist_for_static_init<kmp_uint64>(loc, gtid, schedule, plastiter, plower,