Lines Matching refs:sched
1773 int sched; in __GOMP_taskloop() local
1824 sched = 1; // grainsize specified in __GOMP_taskloop()
1826 sched = 2; // num_tasks specified in __GOMP_taskloop()
1829 sched = 0; in __GOMP_taskloop()
1869 (kmp_uint64 *)&(loop_bounds[1]), (kmp_int64)step, 1, sched, in __GOMP_taskloop()
2211 long start, long end, long incr, long sched, long chunk_size, long *istart, in KMP_EXPAND_NAME()
2223 long monotonic = sched & MONOTONIC_FLAG; in KMP_EXPAND_NAME()
2224 sched &= ~MONOTONIC_FLAG; in KMP_EXPAND_NAME()
2225 if (sched == 0) { in KMP_EXPAND_NAME()
2233 } else if (sched == 1) { in KMP_EXPAND_NAME()
2236 } else if (sched == 2) { in KMP_EXPAND_NAME()
2244 } else if (sched == 3) { in KMP_EXPAND_NAME()
2252 } else if (sched == 4) { in KMP_EXPAND_NAME()
2263 unsigned long long incr, long sched, unsigned long long chunk_size, in KMP_EXPAND_NAME()
2277 long monotonic = sched & MONOTONIC_FLAG; in KMP_EXPAND_NAME()
2278 sched &= ~MONOTONIC_FLAG; in KMP_EXPAND_NAME()
2279 if (sched == 0) { in KMP_EXPAND_NAME()
2287 } else if (sched == 1) { in KMP_EXPAND_NAME()
2290 } else if (sched == 2) { in KMP_EXPAND_NAME()
2298 } else if (sched == 3) { in KMP_EXPAND_NAME()
2306 } else if (sched == 4) { in KMP_EXPAND_NAME()
2317 unsigned ncounts, long *counts, long sched, long chunk_size, long *istart, in KMP_EXPAND_NAME()
2331 sched &= ~MONOTONIC_FLAG; in KMP_EXPAND_NAME()
2332 if (sched == 0) { in KMP_EXPAND_NAME()
2335 } else if (sched == 1) { in KMP_EXPAND_NAME()
2338 } else if (sched == 2) { in KMP_EXPAND_NAME()
2341 } else if (sched == 3) { in KMP_EXPAND_NAME()
2351 unsigned ncounts, unsigned long long *counts, long sched, in KMP_EXPAND_NAME()
2366 sched &= ~MONOTONIC_FLAG; in KMP_EXPAND_NAME()
2367 if (sched == 0) { in KMP_EXPAND_NAME()
2370 } else if (sched == 1) { in KMP_EXPAND_NAME()
2373 } else if (sched == 2) { in KMP_EXPAND_NAME()
2376 } else if (sched == 3) { in KMP_EXPAND_NAME()
2386 long start, long end, long incr, long sched, long chunk_size, long *istart, in KMP_EXPAND_NAME()
2400 sched &= ~MONOTONIC_FLAG; in KMP_EXPAND_NAME()
2401 if (sched == 0) { in KMP_EXPAND_NAME()
2404 } else if (sched == 1) { in KMP_EXPAND_NAME()
2407 } else if (sched == 2) { in KMP_EXPAND_NAME()
2410 } else if (sched == 3) { in KMP_EXPAND_NAME()
2421 unsigned long long incr, long sched, unsigned long long chunk_size, in KMP_EXPAND_NAME()
2436 sched &= ~MONOTONIC_FLAG; in KMP_EXPAND_NAME()
2437 if (sched == 0) { in KMP_EXPAND_NAME()
2440 } else if (sched == 1) { in KMP_EXPAND_NAME()
2443 } else if (sched == 2) { in KMP_EXPAND_NAME()
2446 } else if (sched == 3) { in KMP_EXPAND_NAME()