• Home
  • Raw
  • Download

Lines Matching refs:other_threads

109   kmp_info_t **other_threads;  in __kmp_get_global_thread_id()  local
141 other_threads = __kmp_threads; in __kmp_get_global_thread_id()
156 kmp_info_t *thr = (kmp_info_t *)TCR_SYNC_PTR(other_threads[i]); in __kmp_get_global_thread_id()
191 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) { in __kmp_get_global_thread_id()
195 stack_base = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id()
197 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stackbase, stack_addr); in __kmp_get_global_thread_id()
198 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
199 other_threads[i]->th.th_info.ds.ds_stacksize + stack_addr - in __kmp_get_global_thread_id()
202 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
208 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase; in __kmp_get_global_thread_id()
209 char *stack_beg = stack_end - other_threads[i]->th.th_info.ds.ds_stacksize; in __kmp_get_global_thread_id()
211 other_threads[i]->th.th_info.ds.ds_stacksize, in __kmp_get_global_thread_id()
1614 kmp_info_t **other_threads = parent_team->t.t_threads; in __kmp_fork_call() local
1617 other_threads[i]->th.th_team_nproc = master_set_numthreads; in __kmp_fork_call()
2438 kmp_info_t **other_threads = team->t.t_threads; in __kmp_join_call() local
2441 other_threads[i]->th.th_team_nproc = new_num; in __kmp_join_call()
2446 KMP_DEBUG_ASSERT(other_threads[i]); in __kmp_join_call()
2447 kmp_balign_t *balign = other_threads[i]->th.th_bar; in __kmp_join_call()
2457 other_threads[i]->th.th_task_state = master_th->th.th_task_state; in __kmp_join_call()
5103 kmp_info_t **other_threads = team->t.t_threads; in __kmp_allocate_team() local
5108 kmp_balign_t *balign = other_threads[f]->th.th_bar; in __kmp_allocate_team()