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

Definitions

gen/projects/openmp/runtime/src/omp-tools.h
  306   ompt_task_untied                    = 0x10000000,
  308   ompt_task_mergeable                 = 0x40000000,
projects/openmp/runtime/src/kmp.h
 2231   unsigned tiedness : 1; /* task is either tied (1) or untied (0) */
 2246   unsigned task_serial : 1; // task is executed immediately (1) or deferred (0)
 2247   unsigned tasking_ser : 1; // all tasks in team are either executed immediately
 2264   kmp_tasking_flags_t td_flags; /* task flags                              */