Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp235 kmp_sched_upper_std - kmp_sched_lower - 2] = {
H A Dkmp_runtime.cpp2961 (kind <= kmp_sched_lower_ext && kind >= kmp_sched_upper_std)) { in __kmp_set_schedule()
2974 if (kind < kmp_sched_upper_std) { in __kmp_set_schedule()
2987 __kmp_sch_map[kind - kmp_sched_lower_ext + kmp_sched_upper_std - in __kmp_set_schedule()
H A Dkmp.h354 kmp_sched_upper_std = 5, // upper bound for standard schedules enumerator