reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3067 return team->t.t_threads[tid]->th.th_info.ds.ds_gtid;
projects/openmp/runtime/src/kmp_barrier.cpp54 kmp_info_t **other_threads = team->t.t_threads; 166 other_threads = team->t.t_threads; 179 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[i], 299 kmp_info_t **other_threads = team->t.t_threads; 464 kmp_info_t **other_threads = team->t.t_threads; 482 team->t.t_threads[child_tid], team, 516 kmp_info_t **other_threads = team->t.t_threads; 699 other_threads = team->t.t_threads; 774 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, 839 &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb; 844 &team->t.t_threads[thr_bar->parent_tid]->th.th_bar[bt].bb; 868 kmp_info_t **other_threads = team->t.t_threads; 1100 if (team->t.t_threads[0] 1125 __kmp_init_implicit_task(team->t.t_ident, team->t.t_threads[tid], team, tid, 1168 &team->t.t_threads[child_tid]->th.th_bar[bt].bb; 1198 kmp_info_t *child_thr = team->t.t_threads[child_tid]; 1225 kmp_info_t *child_thr = team->t.t_threads[child_tid]; 1355 this_thr->th.th_team_bt_intervals = KMP_BLOCKTIME_INTERVAL(team, tid); 1448 kmp_info_t **other_threads = team->t.t_threads; 1763 this_thr->th.th_team_bt_intervals = KMP_BLOCKTIME_INTERVAL(team, tid); 1834 kmp_info_t **other_threads = team->t.t_threads; 1957 this_thr->th.th_team_bt_intervals = KMP_BLOCKTIME_INTERVAL(team, tid);projects/openmp/runtime/src/kmp_csupport.cpp
560 copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top); 598 serial_team->t.t_parent->t.t_threads[0]; /* JPH */projects/openmp/runtime/src/kmp_dispatch.cpp
1209 kmp_info_t **other_threads = team->t.t_threads; 1307 kmp_info_t **other_threads = team->t.t_threads; 2070 kmp_info_t **other_threads = team->t.t_threads;projects/openmp/runtime/src/kmp_ftn_entry.h
136 else if (__kmp_zero_bt && !get__bt_set(team, tid)) { 145 return get__blocktime(team, tid);projects/openmp/runtime/src/kmp_runtime.cpp
520 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], 520 -1, &team->t.t_threads[0], &team->t.t_threads[num_thr], 782 kmp_info_t *this_thr = parent_team->t.t_threads[master_tid]; 787 if (!get__dynamic_2(parent_team, master_tid)) { 824 new_nthreads = __kmp_get_random(parent_team->t.t_threads[master_tid]); 853 if (!get__dynamic_2(parent_team, master_tid) && (!__kmp_reserve_warn)) { 884 if (!get__dynamic_2(parent_team, master_tid) && (!__kmp_reserve_warn)) { 923 if (!get__dynamic_2(parent_team, master_tid) && (!__kmp_reserve_warn)) { 1012 team->t.t_threads[0] = master_th; 1020 team->t.t_threads[i] = thr; 1035 kmp_balign_t *balign = team->t.t_threads[i]->th.th_bar; 1053 kmp_info_t *thr = team->t.t_threads[i]; 1221 new_team->t.t_threads[0] = this_thr; 1483 : get__nproc_2(parent_team, master_tid); 1609 kmp_info_t **other_threads = parent_team->t.t_threads; 1668 : get__nproc_2( 2050 kmp_r_sched_t new_sched = get__sched_2(parent_team, master_tid); 2426 kmp_info_t **other_threads = team->t.t_threads; 2521 master_th->th.th_team_master = parent_team->t.t_threads[0]; 2653 hot_team->t.t_threads[f]->th.th_task_team = NULL; 2655 __kmp_free_thread(hot_team->t.t_threads[f]); 2656 hot_team->t.t_threads[f] = NULL; 2671 hot_team->t.t_threads[f]->th.th_team_nproc = new_nth; 3043 team->t.t_threads = 3072 __kmp_free(team->t.t_threads); 3076 team->t.t_threads = NULL; 3083 kmp_info_t **oldThreads = team->t.t_threads; 3090 KMP_MEMCPY(team->t.t_threads, oldThreads, 3135 copy_icvs(&gx_icvs, &team->t.t_threads[0]->th.th_current_task->td_icvs); 3186 root_team->t.t_threads[0] = NULL; 3222 hot_team->t.t_threads[f] = NULL; 3728 root->r.r_root_team->t.t_threads[0] = root_thread; 3729 root->r.r_hot_team->t.t_threads[0] = root_thread; 3730 root_thread->th.th_serial_team->t.t_threads[0] = root_thread; 3837 kmp_info_t *th = team->t.t_threads[i]; 3869 kmp_info_t *th = hot_team->t.t_threads[i]; 4035 kmp_info_t *master = team->t.t_threads[0]; 4323 serial_team->t.t_threads[0] = new_thr; 4433 __kmp_init_implicit_task(loc, team->t.t_threads[0], team, 0, FALSE); 4523 kmp_info_t *master_th = team->t.t_threads[0]; 4549 kmp_info_t *th = team->t.t_threads[f]; 4578 kmp_info_t *th = team->t.t_threads[f]; 4610 kmp_info_t *th = team->t.t_threads[f]; 4683 kmp_info_t *th = team->t.t_threads[f]; 4778 th = team->t.t_threads[f]; 4809 kmp_info_t *th = team->t.t_threads[f]; 4952 __kmp_push_current_task_to_thread(team->t.t_threads[0], team, 0); 4991 team->t.t_threads[f]->th.th_task_team = NULL; 4993 __kmp_free_thread(team->t.t_threads[f]); 4994 team->t.t_threads[f] = NULL; 5003 kmp_balign_t *balign = team->t.t_threads[f]->th.th_bar; 5021 team->t.t_threads[f]->th.th_team_nproc = new_nproc; 5029 __kmp_push_current_task_to_thread(team->t.t_threads[0], team, 0); 5061 kmp_info_t **other_threads = team->t.t_threads; 5105 team->t.t_threads[f] = new_worker; 5147 __kmp_initialize_info(team->t.t_threads[f], team, f, 5157 team->t.t_threads[f]->th.th_task_state = 5158 team->t.t_threads[0]->th.th_task_state_memo_stack[level]; 5161 team->t.t_threads[0]->th.th_task_state; // copy master's state 5163 team->t.t_threads[f]->th.th_task_state = old_state; 5180 kmp_info_t *master = team->t.t_threads[0]; 5184 kmp_info_t *thr = team->t.t_threads[f]; 5195 kmp_info_t *thr = team->t.t_threads[f]; 5406 kmp_info_t *th = team->t.t_threads[f]; 5432 team->t.t_threads[f]->th.th_task_team = NULL; 5454 __kmp_free_thread(team->t.t_threads[f]); 5455 team->t.t_threads[f] = NULL; 5466 if (team->t.t_threads[1]->th.th_cg_roots->cg_root == team->t.t_threads[1]) { 5466 if (team->t.t_threads[1]->th.th_cg_roots->cg_root == team->t.t_threads[1]) { 5469 kmp_info_t *thr = team->t.t_threads[f]; 7369 if (hot_team->t.t_threads[i]->th.th_active) { 8032 set__blocktime_team(thread->th.th_team, tid, blocktime); 8033 set__blocktime_team(thread->th.th_serial_team, 0, blocktime); 8046 set__bt_set_team(thread->th.th_team, tid, bt_set); 8047 set__bt_set_team(thread->th.th_serial_team, 0, bt_set);projects/openmp/runtime/src/kmp_tasking.cpp
3261 thread_data->td.td_thr = team->t.t_threads[i]; 3815 thread = team->t.t_threads[k];