Searched refs:th_serial_team (Results 1 – 5 of 5) sorted by relevance
1157 serial_team = this_thr->th.th_serial_team; in __kmp_serialized_parallel()1233 this_thr->th.th_serial_team = serial_team; in __kmp_serialized_parallel()1513 if (parent_team == master_th->th.th_serial_team) { in __kmp_fork_call()1749 master_th->th.th_serial_team->t.t_ident = loc; in __kmp_fork_call()1752 master_th->th.th_serial_team->t.t_level--; in __kmp_fork_call()1822 master_th->th.th_serial_team); in __kmp_fork_call()2538 parent_team != master_th->th.th_serial_team && in __kmp_join_call()2541 master_th->th.th_serial_team USE_NESTED_HOT_ARG(NULL)); in __kmp_join_call()2542 master_th->th.th_serial_team = parent_team; in __kmp_join_call()2593 if (thread->th.th_team != thread->th.th_serial_team) { in __kmp_save_internal_controls()[all …]
98 offset_and_size_t th_serial_team; // serial team under this thread member
94 offset_and_size_of(kmp_base_info_t, th_serial_team),
2572 *th_serial_team; /*serialized team held in reserve*/ member
504 serial_team = this_thr->th.th_serial_team; in __kmpc_end_serialized_parallel()