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

References

projects/openmp/runtime/src/kmp_tasking.cpp
 2787   kmp_task_team_t *task_team = thread->th.th_task_team;
 2791   kmp_taskdata_t *current_task = thread->th.th_current_task;
 2794                       tid = thread->th.th_info.ds.ds_tid;
 2806   thread->th.th_reap_state = KMP_NOT_SAFE_TO_REAP;
 2820         task = __kmp_remove_my_task(thread, gtid, task_team, is_constrained);
 2840             victim_tid = __kmp_get_random(thread) % (nthreads - 1);
 2922       if (thread->th.th_task_team == NULL) {
 2971     if (thread->th.th_task_team == NULL) {