reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
873 ->th.th_teams_microtask) // are we inside the teams construct? 1101 ->th.th_teams_microtask) { // are we inside the teams construct? 1444 this_thr->th.th_teams_microtask == NULL && 1830 __kmp_forkjoin_frames_mode && this_thr->th.th_teams_microtask == NULL &&projects/openmp/runtime/src/kmp_csupport.cpp
391 this_thr->th.th_teams_microtask = microtask; 448 this_thr->th.th_teams_microtask = NULL; 3330 if (th->th.th_teams_microtask) {projects/openmp/runtime/src/kmp_dispatch.cpp
138 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL && 847 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL &&projects/openmp/runtime/src/kmp_ftn_entry.h
650 if (th->th.th_teams_microtask) {
projects/openmp/runtime/src/kmp_runtime.cpp738 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL && 981 if (master_th->th.th_teams_microtask) { // are we inside the teams? 1030 thr->th.th_teams_microtask = master_th->th.th_teams_microtask; 1030 thr->th.th_teams_microtask = master_th->th.th_teams_microtask; 1498 if (master_th->th.th_teams_microtask && ap && 1953 if (!master_th->th.th_teams_microtask || level > teams_level) { 2038 if (!master_th->th.th_teams_microtask || level > teams_level) { 2166 && !master_th->th.th_teams_microtask) { // not in teams construct 2324 if (master_th->th.th_teams_microtask) { 2377 !master_th->th.th_teams_microtask) { /* not in teams construct */ 2392 if (master_th->th.th_teams_microtask && !exit_teams && 2471 if (!master_th->th.th_teams_microtask || 2868 if (thr->th.th_teams_microtask) { 2926 if (thr->th.th_teams_microtask) { 4892 if (master->th.th_teams_microtask) { // in teams construct? 5181 if (master->th.th_teams_microtask) { 5185 thr->th.th_teams_microtask = master->th.th_teams_microtask; 5185 thr->th.th_teams_microtask = master->th.th_teams_microtask; 5373 if (master->th.th_teams_microtask) { // in teams construct? 7111 (microtask_t)thr->th.th_teams_microtask, // "wrapped" task 7689 if (thr->th.th_teams_microtask) {projects/openmp/runtime/src/kmp_sched.cpp
381 __kmp_forkjoin_frames_mode == 3 && th->th.th_teams_microtask == NULL &&