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

References

projects/openmp/runtime/src/kmp_tasking.cpp
 2818       task = NULL;
 2820         task = __kmp_remove_my_task(thread, gtid, task_team, is_constrained);
 2822       if ((task == NULL) && (nthreads > 1)) { // Steal a task
 2874           task = __kmp_steal_task(other_thread, gtid, task_team,
 2878         if (task != NULL) { // set last stolen to victim
 2892       if (task == NULL) // break out of tasking loop
 2905       __kmp_invoke_task(gtid, task, current_task);