Lines Matching defs:other_threads
136 kmp_info_t **other_threads;
168 other_threads = __kmp_threads;
172 1. Current thread loads other_threads[i] to thr and checks it, it is
183 kmp_info_t *thr = (kmp_info_t *)TCR_SYNC_PTR(other_threads[i]);
221 // other_threads[i] can be nullptr at this point because the corresponding
224 if (!TCR_SYNC_PTR(other_threads[i]))
229 if (!TCR_4(other_threads[i]->th.th_info.ds.ds_stackgrow)) {
233 stack_base = (char *)other_threads[i]->th.th_info.ds.ds_stackbase;
235 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stackbase, stack_addr);
236 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize,
237 other_threads[i]->th.th_info.ds.ds_stacksize + stack_addr -
240 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize,
246 char *stack_end = (char *)other_threads[i]->th.th_info.ds.ds_stackbase;
247 char *stack_beg = stack_end - other_threads[i]->th.th_info.ds.ds_stacksize;
249 other_threads[i]->th.th_info.ds.ds_stacksize,
1594 kmp_info_t **other_threads = parent_team->t.t_threads;
1604 other_threads[i]->th.th_team_nproc = master_set_numthreads;
1645 kmp_info_t **other_threads = parent_team->t.t_threads;
1647 other_threads[i]->th.th_current_task->td_icvs.proc_bind = proc_bind_icv;
2609 kmp_info_t **other_threads = team->t.t_threads;
2612 other_threads[i]->th.th_team_nproc = new_num;
2617 KMP_DEBUG_ASSERT(other_threads[i]);
2618 kmp_balign_t *balign = other_threads[i]->th.th_bar;
2628 other_threads[i]->th.th_task_state = master_th->th.th_task_state;
5356 kmp_info_t **other_threads = team->t.t_threads;
5361 kmp_balign_t *balign = other_threads[f]->th.th_bar;
9162 kmp_info_t **other_threads = team->t.t_threads;
9167 KMP_DEBUG_ASSERT(other_threads[f] != NULL);
9196 if (other_threads[f]->th.th_used_in_team.load() != 0) {
9199 void *, other_threads[f]->th.th_sleep_loc);
9200 __kmp_atomic_resume_64(other_threads[f]->th.th_info.ds.ds_gtid, flag);