reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_runtime.cpp
 2769   thread = __kmp_threads[gtid];
 2771   __kmp_save_internal_controls(thread);
 2777       thread->th.th_current_task->td_icvs.sched.r_sched_type = kmp_sch_static;
 2779       thread->th.th_current_task->td_icvs.sched.r_sched_type =
 2785     thread->th.th_current_task->td_icvs.sched.r_sched_type =
 2790       orig_kind, &(thread->th.th_current_task->td_icvs.sched.r_sched_type));
 2793     thread->th.th_current_task->td_icvs.sched.chunk = KMP_DEFAULT_CHUNK;
 2795     thread->th.th_current_task->td_icvs.sched.chunk = chunk;