reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1679 team = this_thr->th.th_team; 1680 nproc = this_thr->th.th_team_nproc; 1686 master_thread = this_thr->th.th_team_master; 1710 int ds_tid = this_thr->th.th_info.ds.ds_tid; 1715 my_task_data = OMPT_CUR_TASK_DATA(this_thr); 1716 my_parallel_data = OMPT_CUR_TEAM_DATA(this_thr); 1728 this_thr->th.ompt_thread_info.task_data = *OMPT_CUR_TASK_DATA(this_thr); 1728 this_thr->th.ompt_thread_info.task_data = *OMPT_CUR_TASK_DATA(this_thr); 1730 this_thr->th.ompt_thread_info.state = ompt_state_wait_barrier_implicit; 1735 __kmp_tasking_barrier(team, this_thr, gtid); 1763 this_thr->th.th_team_bt_intervals = KMP_BLOCKTIME_INTERVAL(team, tid); 1775 __kmp_hyper_barrier_gather(bs_forkjoin_barrier, this_thr, gtid, tid, 1780 __kmp_hierarchical_barrier_gather(bs_forkjoin_barrier, this_thr, gtid, tid, 1786 __kmp_tree_barrier_gather(bs_forkjoin_barrier, this_thr, gtid, tid, 1791 __kmp_linear_barrier_gather(bs_forkjoin_barrier, this_thr, gtid, tid, 1802 __kmp_task_team_wait(this_thr, team USE_ITT_BUILD_ARG(itt_sync_obj)); 1830 __kmp_forkjoin_frames_mode && this_thr->th.th_teams_microtask == NULL && 1835 int nproc = this_thr->th.th_team_nproc; 1839 __kmp_itt_frame_submit(gtid, this_thr->th.th_frame_time, cur_time, 0, 1843 __kmp_itt_frame_submit(gtid, this_thr->th.th_bar_min_time, cur_time, 1, 1849 kmp_uint64 delta = cur_time - this_thr->th.th_bar_arrive_time; 1852 this_thr->th.th_bar_arrive_time = 0; 1857 __kmp_itt_metadata_imbalance(gtid, this_thr->th.th_frame_time, 1860 __kmp_itt_frame_submit(gtid, this_thr->th.th_frame_time, cur_time, 0, 1862 this_thr->th.th_frame_time = cur_time;