Lines Matching refs:other_threads
136 kmp_info_t **other_threads; in __kmp_get_global_thread_id() local
168 other_threads = __kmp_threads; in __kmp_get_global_thread_id()
183 kmp_info_t *thr = (kmp_info_t *)TCR_SYNC_PTR(other_threads[i]); in __kmp_get_global_thread_id()
224 if (!TCR_SYNC_PTR(other_threads[i])) in __kmp_get_global_thread_id()
229 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) { in __kmp_get_global_thread_id()
233 stack_base = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id()
235 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stackbase, stack_addr); in __kmp_get_global_thread_id()
236 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
237 other_threads[i]->th.th_info.ds.ds_stacksize + stack_addr - in __kmp_get_global_thread_id()
240 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
246 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id()
247 char *stack_beg = stack_end - other_threads[i]->th.th_info.ds.ds_stacksize; in __kmp_get_global_thread_id()
249 other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
1594 kmp_info_t **other_threads = parent_team->t.t_threads; in __kmp_fork_in_teams() local
1604 other_threads[i]->th.th_team_nproc = master_set_numthreads; in __kmp_fork_in_teams()
1645 kmp_info_t **other_threads = parent_team->t.t_threads; in __kmp_fork_in_teams() local
1647 other_threads[i]->th.th_current_task->td_icvs.proc_bind = proc_bind_icv; in __kmp_fork_in_teams()
2609 kmp_info_t **other_threads = team->t.t_threads; in __kmp_join_call() local
2612 other_threads[i]->th.th_team_nproc = new_num; in __kmp_join_call()
2617 KMP_DEBUG_ASSERT(other_threads[i]); in __kmp_join_call()
2618 kmp_balign_t *balign = other_threads[i]->th.th_bar; in __kmp_join_call()
2628 other_threads[i]->th.th_task_state = master_th->th.th_task_state; in __kmp_join_call()
5356 kmp_info_t **other_threads = team->t.t_threads; in __kmp_allocate_team() local
5361 kmp_balign_t *balign = other_threads[f]->th.th_bar; in __kmp_allocate_team()
9162 kmp_info_t **other_threads = team->t.t_threads; in __kmp_resize_dist_barrier() local
9167 KMP_DEBUG_ASSERT(other_threads[f] != NULL); in __kmp_resize_dist_barrier()
9196 if (other_threads[f]->th.th_used_in_team.load() != 0) { in __kmp_resize_dist_barrier()
9199 void *, other_threads[f]->th.th_sleep_loc); in __kmp_resize_dist_barrier()
9200 __kmp_atomic_resume_64(other_threads[f]->th.th_info.ds.ds_gtid, flag); in __kmp_resize_dist_barrier()