Searched refs:th_teams_microtask (Results 1 – 9 of 9) sorted by relevance
112 offset_and_size_t th_teams_microtask; // entry address for teams construct member
985 thr->th.th_teams_microtask = master_th->th.th_teams_microtask; in __kmp_fork_team_threads()1451 if (master_th->th.th_teams_microtask && ap && in __kmp_fork_call()2309 if (master_th->th.th_teams_microtask) { in __kmp_join_call()2390 if (master_th->th.th_teams_microtask && !exit_teams && in __kmp_join_call()2469 if (!master_th->th.th_teams_microtask || in __kmp_join_call()2883 if (thr->th.th_teams_microtask) { in __kmp_get_ancestor_thread_num()2941 if (thr->th.th_teams_microtask) { in __kmp_get_team_size()5283 if (master->th.th_teams_microtask) { in __kmp_allocate_team()5287 thr->th.th_teams_microtask = master->th.th_teams_microtask; in __kmp_allocate_team()7388 KMP_DEBUG_ASSERT(thr->th.th_teams_microtask); in __kmp_teams_master()[all …]
105 offset_and_size_of(kmp_base_info_t, th_teams_microtask),
403 __kmp_forkjoin_frames_mode == 3 && th->th.th_teams_microtask == NULL && in __kmp_for_static_init()503 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_dist_for_static_init()745 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_team_static_init()
857 ->th.th_teams_microtask) // are we inside the teams construct? in __kmp_hierarchical_barrier_gather()1076 ->th.th_teams_microtask) { // are we inside the teams construct? in __kmp_hierarchical_barrier_release()1416 (this_thr->th.th_teams_microtask == NULL || // either not in teams in __kmp_barrier_template()1803 (this_thr->th.th_teams_microtask == NULL || // either not in teams in __kmp_join_barrier()
162 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL && in __kmp_dispatch_init_algorithm()887 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL && in __kmp_dispatch_init()2318 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_dist_get_bounds()
676 if (th->th.th_teams_microtask) { in KMP_EXPAND_NAME()
410 this_thr->th.th_teams_microtask = microtask; in __kmpc_fork_teams()461 this_thr->th.th_teams_microtask = NULL; in __kmpc_fork_teams()3429 if (th->th.th_teams_microtask) { in __kmp_swap_teams_for_teams_reduction()
2567 microtask_t th_teams_microtask; /* save entry address for teams construct */ member