Lines Matching refs:other_threads
119 kmp_info_t **other_threads; in __kmp_get_global_thread_id() local
151 other_threads = __kmp_threads; in __kmp_get_global_thread_id()
166 kmp_info_t *thr = (kmp_info_t *)TCR_SYNC_PTR(other_threads[i]); in __kmp_get_global_thread_id()
201 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) { in __kmp_get_global_thread_id()
205 stack_base = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id()
207 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stackbase, stack_addr); in __kmp_get_global_thread_id()
208 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
209 other_threads[i]->th.th_info.ds.ds_stacksize + stack_addr - in __kmp_get_global_thread_id()
212 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
218 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id()
219 char *stack_beg = stack_end - other_threads[i]->th.th_info.ds.ds_stacksize; in __kmp_get_global_thread_id()
221 other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
1578 kmp_info_t **other_threads = parent_team->t.t_threads; in __kmp_fork_call() local
1590 other_threads[i]->th.th_team_nproc = master_set_numthreads; in __kmp_fork_call()
1632 kmp_info_t **other_threads = parent_team->t.t_threads; in __kmp_fork_call() local
1634 other_threads[i]->th.th_current_task->td_icvs.proc_bind = in __kmp_fork_call()
2509 kmp_info_t **other_threads = team->t.t_threads; in __kmp_join_call() local
2512 other_threads[i]->th.th_team_nproc = new_num; in __kmp_join_call()
2517 KMP_DEBUG_ASSERT(other_threads[i]); in __kmp_join_call()
2518 kmp_balign_t *balign = other_threads[i]->th.th_bar; in __kmp_join_call()
2528 other_threads[i]->th.th_task_state = master_th->th.th_task_state; in __kmp_join_call()
5298 kmp_info_t **other_threads = team->t.t_threads; in __kmp_allocate_team() local
5303 kmp_balign_t *balign = other_threads[f]->th.th_bar; in __kmp_allocate_team()
8960 kmp_info_t **other_threads = team->t.t_threads; in __kmp_resize_dist_barrier() local
8965 KMP_DEBUG_ASSERT(other_threads[f] != NULL); in __kmp_resize_dist_barrier()
8994 if (other_threads[f]->th.th_used_in_team.load() != 0) { in __kmp_resize_dist_barrier()
8997 void *, other_threads[f]->th.th_sleep_loc); in __kmp_resize_dist_barrier()
8998 __kmp_atomic_resume_64(other_threads[f]->th.th_info.ds.ds_gtid, flag); in __kmp_resize_dist_barrier()