Searched refs:th_dispatch (Results 1 – 8 of 8) sorted by relevance
325 KMP_DEBUG_ASSERT(th->th.th_dispatch); in __kmp_dispatch_deo()330 th->th.th_dispatch->th_dispatch_pr_current); in __kmp_dispatch_deo()343 th->th.th_dispatch->th_dispatch_sh_current); in __kmp_dispatch_deo()348 th->th.th_dispatch->th_dispatch_pr_current); in __kmp_dispatch_deo()401 KMP_DEBUG_ASSERT(th->th.th_dispatch); in __kmp_dispatch_dxo()406 th->th.th_dispatch->th_dispatch_pr_current); in __kmp_dispatch_dxo()415 th->th.th_dispatch->th_dispatch_sh_current); in __kmp_dispatch_dxo()419 th->th.th_dispatch->th_dispatch_pr_current); in __kmp_dispatch_dxo()
50 (th->th.th_dispatch->th_dispatch_pr_current->pushed_ws != ct_none)) { in __kmp_dispatch_deo_error()65 if (th->th.th_dispatch->th_dispatch_pr_current->pushed_ws != ct_none) { in __kmp_dispatch_dxo_error()828 my_buffer_index = th->th.th_dispatch->th_disp_index; in __kmp_dispatch_init()830 &th->th.th_dispatch in __kmp_dispatch_init()862 th->th.th_dispatch->th_disp_buffer); /* top of the stack */ in __kmp_dispatch_init()864 KMP_DEBUG_ASSERT(th->th.th_dispatch == in __kmp_dispatch_init()867 my_buffer_index = th->th.th_dispatch->th_disp_index++; in __kmp_dispatch_init()871 &th->th.th_dispatch in __kmp_dispatch_init()887 th->th.th_dispatch->th_deo_fcn = __kmp_dispatch_deo_error; in __kmp_dispatch_init()888 th->th.th_dispatch->th_dxo_fcn = __kmp_dispatch_dxo_error; in __kmp_dispatch_init()[all …]
514 th->th.th_dispatch->th_dispatch_sh_current); in next_recurse()951 KMP_DEBUG_ASSERT(th->th.th_dispatch == in __kmp_dispatch_init_hierarchy()953 my_buffer_index = th->th.th_dispatch->th_disp_index; in __kmp_dispatch_init_hierarchy()955 &th->th.th_dispatch in __kmp_dispatch_init_hierarchy()
590 this_thr->th.th_dispatch = in __kmpc_end_serialized_parallel()872 if (th->th.th_dispatch->th_deo_fcn != 0) in __kmpc_ordered()873 (*th->th.th_dispatch->th_deo_fcn)(>id, &cid, loc); in __kmpc_ordered()917 if (th->th.th_dispatch->th_dxo_fcn != 0) in __kmpc_end_ordered()918 (*th->th.th_dispatch->th_dxo_fcn)(>id, &cid, loc); in __kmpc_end_ordered()3875 kmp_disp_t *pr_buf = th->th.th_dispatch; in __kmpc_doacross_init()4005 pr_buf = th->th.th_dispatch; in __kmpc_doacross_wait()4117 pr_buf = th->th.th_dispatch; in __kmpc_doacross_post()4176 kmp_disp_t *pr_buf = th->th.th_dispatch; in __kmpc_doacross_fini()
897 Sync object is th->th.th_dispatch->th_dispatch_sh_current.906 __itt_sync_create(thr->th.th_dispatch->th_dispatch_sh_current,918 __itt_sync_prepare(th->th.th_dispatch->th_dispatch_sh_current);930 __itt_sync_acquired(th->th.th_dispatch->th_dispatch_sh_current);942 __itt_sync_releasing(th->th.th_dispatch->th_dispatch_sh_current);
644 if (!status && __kmp_threads[gtid]->th.th_dispatch->th_doacross_flags) { \1792 kmp_int64 num_dims = th->th.th_dispatch->th_doacross_info[0]; in __kmp_GOMP_doacross_post()1815 kmp_int64 num_dims = th->th.th_dispatch->th_doacross_info[0]; in __kmp_GOMP_doacross_wait()
981 master_th->th.th_dispatch = &team->t.t_dispatch[0]; in __kmp_fork_team_threads()1311 this_thr->th.th_dispatch = serial_team->t.t_dispatch; in __kmp_serialized_parallel()1346 this_thr->th.th_dispatch = serial_team->t.t_dispatch; in __kmp_serialized_parallel()2476 master_th->th.th_dispatch = &parent_team->t.t_dispatch[team->t.t_master_tid]; in __kmp_join_call()4088 this_thr->th.th_dispatch = &team->t.t_dispatch[tid]; in __kmp_initialize_info()4132 volatile kmp_disp_t *dispatch = this_thr->th.th_dispatch; in __kmp_initialize_info()5607 TCW_PTR(this_th->th.th_dispatch, NULL); /* NOT NEEDED */ in __kmp_free_thread()7131 dispatch = (kmp_disp_t *)TCR_PTR(this_thr->th.th_dispatch); in __kmp_run_before_invoked_task()
2515 kmp_disp_t *th_dispatch; /* thread's dispatch data */ member