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

References

projects/openmp/runtime/src/kmp_tasking.cpp
 2433   kmp_taskdata_t *taskdata = thread->th.th_current_task;
 2443     team = thread->th.th_team;
 2479         (thread->th.th_task_team != NULL &&
 2480          thread->th.th_task_team->tt.tt_found_proxy_tasks)) {
 2484         flag.execute_tasks(thread, gtid, FALSE,
 2509     kmp_team_t *t = thread->th.th_team;
 2517       if (cnt == thread->th.th_team_nproc - 1) {
 2520         __kmp_task_reduction_fini(thread, taskgroup);
 2523         __kmp_thread_free(thread, reduce_data);
 2529         __kmp_task_reduction_clean(thread, taskgroup);
 2536       if (cnt == thread->th.th_team_nproc - 1) {
 2538         __kmp_task_reduction_fini(thread, taskgroup);
 2541         __kmp_thread_free(thread, reduce_data);
 2547         __kmp_task_reduction_clean(thread, taskgroup);
 2551       __kmp_task_reduction_fini(thread, taskgroup);
 2556   __kmp_thread_free(thread, taskgroup);