Lines Matching refs:t_threads
2199 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime)
2201 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set)
2204 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals)
2208 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.dynamic)
2210 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.nproc)
2212 ((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.sched)
2215 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.blocktime) = \
2220 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_intervals) = \
2225 (((xteam)->t.t_threads[(xtid)]->th.th_current_task->td_icvs.bt_set) = (xval))
2889 KMP_ALIGN_CACHE kmp_info_t **t_threads; member
3331 return team->t.t_threads[tid]->th.th_info.ds.ds_gtid; in __kmp_gtid_from_tid()
4238 (team->t.t_threads[0] == __kmp_hidden_helper_main_thread)