reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
444 kmp_sch_default = kmp_sch_static /**< default scheduling algorithm */
projects/openmp/runtime/src/kmp_dispatch.cpp173 if (schedule == kmp_sch_static) { 186 } else if (schedule == kmp_sch_static) { 251 if (schedule == kmp_sch_static || schedule == kmp_sch_auto ||projects/openmp/runtime/src/kmp_gsupport.cpp
331 schedule != kmp_sch_static); 621 LOOP_START(KMP_EXPAND_NAME(KMP_API_NAME_GOMP_LOOP_STATIC_START), kmp_sch_static) 752 kmp_sch_static) 893 kmp_sch_static) 1033 kmp_sch_static) 1109 kmp_sch_static, OMPT_LOOP_PRE, OMPT_LOOP_POST) 1503 kmp_sch_static, OMPT_LOOP_PRE, OMPT_LOOP_POST)projects/openmp/runtime/src/kmp_runtime.cpp
2777 thread->th.th_current_task->td_icvs.sched.r_sched_type = kmp_sch_static; 2811 case kmp_sch_static: 2971 if (s == kmp_sch_static) {projects/openmp/runtime/src/kmp_sched.cpp
187 schedtype += kmp_sch_static - 288 case kmp_sch_static: { 386 if (schedtype == kmp_sch_static) { 569 case kmp_sch_static: {projects/openmp/runtime/src/kmp_settings.cpp
3680 sched = kmp_sch_static; 3708 if (sched == kmp_sch_static) 3810 case kmp_sch_static: 3835 case kmp_sch_static: