Lines Matching defs:schedule
422 enum sched_type schedule, long start,
427 KMP_DISPATCH_INIT(loc, *gtid, schedule, start, end, incr, chunk_size,
428 schedule != kmp_sch_static);
552 // Implicit task is finished here, in the barrier we might schedule
601 #define LOOP_START(func, schedule) \
617 KMP_DISPATCH_INIT(&loc, gtid, (schedule), lb, \
619 (schedule) != kmp_sch_static); \
642 #define LOOP_RUNTIME_START(func, schedule) \
657 KMP_DISPATCH_INIT(&loc, gtid, (schedule), lb, \
756 #define LOOP_DOACROSS_START(func, schedule) \
780 KMP_DISPATCH_INIT(&loc, gtid, (schedule), lb, \
782 (schedule) != kmp_sch_static); \
803 #define LOOP_DOACROSS_RUNTIME_START(func, schedule) \
827 KMP_DISPATCH_INIT(&loc, gtid, (schedule), lb, \
892 #define LOOP_START_ULL(func, schedule) \
907 KMP_DISPATCH_INIT_ULL(&loc, gtid, (schedule), lb, \
909 (schedule) != kmp_sch_static); \
929 #define LOOP_RUNTIME_START_ULL(func, schedule) \
945 KMP_DISPATCH_INIT_ULL(&loc, gtid, (schedule), lb, \
1045 #define LOOP_DOACROSS_START_ULL(func, schedule) \
1070 KMP_DISPATCH_INIT_ULL(&loc, gtid, (schedule), lb, \
1072 (schedule) != kmp_sch_static); \
1094 #define LOOP_DOACROSS_RUNTIME_START_ULL(func, schedule) \
1118 KMP_DISPATCH_INIT_ULL(&loc, gtid, (schedule), lb, \
1159 #define PARALLEL_LOOP_START(func, schedule, ompt_pre, ompt_post) \
1174 9, task, data, num_threads, &loc, (schedule), lb, \
1178 KMP_DISPATCH_INIT(&loc, gtid, (schedule), lb, \
1180 (schedule) != kmp_sch_static); \
1576 #define PARALLEL_LOOP(func, schedule, ompt_pre, ompt_post) \
1591 9, task, data, num_threads, &loc, (schedule), lb, \
1596 KMP_DISPATCH_INIT(&loc, gtid, (schedule), lb, \
1598 (schedule) != kmp_sch_static); \