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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  607     KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 0);
  608     this_thr->th.th_current_task->td_flags.executing = 1;
projects/openmp/runtime/src/kmp_runtime.cpp
 1255     KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 1);
 1256     this_thr->th.th_current_task->td_flags.executing = 0;
 1951     master_th->th.th_current_task->td_flags.executing = 0;
 2558   master_th->th.th_current_task->td_flags.executing = 1;
projects/openmp/runtime/src/kmp_tasking.cpp
  506   current_task->td_flags.executing = 0;
  523   taskdata->td_flags.executing = 1;
  841       resumed_task->td_flags.executing = 1; // resume previous task
  906   taskdata->td_flags.executing = 0; // suspend the finishing task
  949   resumed_task->td_flags.executing = 1; // resume previous task
 1062   task->td_flags.executing = 1;
 1310   taskdata->td_flags.executing = 0;