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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2776 enum sched_type th_type; local
2783 th_type = thread->th.th_current_task->td_icvs.sched.r_sched_type;
2784 switch (SCHEDULE_WITHOUT_MODIFIERS(th_type)) {
2789 __kmp_sched_apply_mods_stdkind(kind, th_type);
2815 KMP_FATAL(UnknownSchedulingType, th_type);
2818 __kmp_sched_apply_mods_stdkind(kind, th_type);

Completed in 72 milliseconds