Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp3164 kmp_r_sched_t r_sched; in __kmp_get_schedule_global() local
3174 r_sched.r_sched_type = __kmp_static; in __kmp_get_schedule_global()
3177 r_sched.r_sched_type = __kmp_guided; in __kmp_get_schedule_global()
3179 r_sched.r_sched_type = __kmp_sched; in __kmp_get_schedule_global()
3181 SCHEDULE_SET_MODIFIERS(r_sched.r_sched_type, sched_modifiers); in __kmp_get_schedule_global()
3185 r_sched.chunk = KMP_DEFAULT_CHUNK; in __kmp_get_schedule_global()
3187 r_sched.chunk = __kmp_chunk; in __kmp_get_schedule_global()
3190 return r_sched; in __kmp_get_schedule_global()
3299 kmp_r_sched_t r_sched = in __kmp_get_global_icvs() local
3323 r_sched, // kmp_r_sched_t sched; //internal control for runtime schedule in __kmp_get_global_icvs()
[all …]