Lines Matching refs:other_threads

121   kmp_info_t **other_threads;  in __kmp_get_global_thread_id()  local
153 other_threads = __kmp_threads; in __kmp_get_global_thread_id()
168 kmp_info_t *thr = (kmp_info_t *)TCR_SYNC_PTR(other_threads[i]); in __kmp_get_global_thread_id()
209 if (!TCR_SYNC_PTR(other_threads[i])) in __kmp_get_global_thread_id()
214 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) { in __kmp_get_global_thread_id()
218 stack_base = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id()
220 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stackbase, stack_addr); in __kmp_get_global_thread_id()
221 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
222 other_threads[i]->th.th_info.ds.ds_stacksize + stack_addr - in __kmp_get_global_thread_id()
225 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
231 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id()
232 char *stack_beg = stack_end - other_threads[i]->th.th_info.ds.ds_stacksize; in __kmp_get_global_thread_id()
234 other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
1534 kmp_info_t **other_threads = parent_team->t.t_threads; in __kmp_fork_in_teams() local
1544 other_threads[i]->th.th_team_nproc = master_set_numthreads; in __kmp_fork_in_teams()
1585 kmp_info_t **other_threads = parent_team->t.t_threads; in __kmp_fork_in_teams() local
1587 other_threads[i]->th.th_current_task->td_icvs.proc_bind = proc_bind_icv; in __kmp_fork_in_teams()
2592 kmp_info_t **other_threads = team->t.t_threads; in __kmp_join_call() local
2595 other_threads[i]->th.th_team_nproc = new_num; in __kmp_join_call()
2600 KMP_DEBUG_ASSERT(other_threads[i]); in __kmp_join_call()
2601 kmp_balign_t *balign = other_threads[i]->th.th_bar; in __kmp_join_call()
2611 other_threads[i]->th.th_task_state = master_th->th.th_task_state; in __kmp_join_call()
5348 kmp_info_t **other_threads = team->t.t_threads; in __kmp_allocate_team() local
5353 kmp_balign_t *balign = other_threads[f]->th.th_bar; in __kmp_allocate_team()
9111 kmp_info_t **other_threads = team->t.t_threads; in __kmp_resize_dist_barrier() local
9116 KMP_DEBUG_ASSERT(other_threads[f] != NULL); in __kmp_resize_dist_barrier()
9145 if (other_threads[f]->th.th_used_in_team.load() != 0) { in __kmp_resize_dist_barrier()
9148 void *, other_threads[f]->th.th_sleep_loc); in __kmp_resize_dist_barrier()
9149 __kmp_atomic_resume_64(other_threads[f]->th.th_info.ds.ds_gtid, flag); in __kmp_resize_dist_barrier()