Searched refs:th_serial_team (Results 1 – 6 of 6) sorted by relevance
98 offset_and_size_t th_serial_team; // serial team under this thread member
1197 serial_team = this_thr->th.th_serial_team; in __kmp_serialized_parallel()1263 this_thr->th.th_serial_team = serial_team; in __kmp_serialized_parallel()1484 if (parent_team == master_th->th.th_serial_team) { in __kmp_fork_in_teams()1729 master_th->th.th_serial_team->t.t_pkfn = microtask; in __kmp_serial_fork_call()1734 master_th->th.th_serial_team->t.t_ident = loc; in __kmp_serial_fork_call()1737 master_th->th.th_serial_team->t.t_level--; in __kmp_serial_fork_call()1799 KMP_DEBUG_ASSERT(master_th->th.th_team == master_th->th.th_serial_team); in __kmp_serial_fork_call()2708 parent_team != master_th->th.th_serial_team && in __kmp_join_call()2711 master_th->th.th_serial_team USE_NESTED_HOT_ARG(NULL)); in __kmp_join_call()2712 master_th->th.th_serial_team = parent_team; in __kmp_join_call()[all …]
94 offset_and_size_of(kmp_base_info_t, th_serial_team),
4175 if (team == this_thr->th.th_serial_team ||4256 KMP_DEBUG_ASSERT(team != this_thr->th.th_serial_team);
642 serial_team = this_thr->th.th_serial_team; in __kmpc_end_serialized_parallel()
3010 *th_serial_team; /*serialized team held in reserve*/ member