Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2817 enum sched_type th_type; in __kmp_get_schedule() local
2824 th_type = thread->th.th_current_task->td_icvs.sched.r_sched_type; in __kmp_get_schedule()
2825 switch (SCHEDULE_WITHOUT_MODIFIERS(th_type)) { in __kmp_get_schedule()
2830 __kmp_sched_apply_mods_stdkind(kind, th_type); in __kmp_get_schedule()
2856 KMP_FATAL(UnknownSchedulingType, th_type); in __kmp_get_schedule()
2859 __kmp_sched_apply_mods_stdkind(kind, th_type); in __kmp_get_schedule()