Searched refs:th_dispatch (Results 1 – 9 of 9) sorted by relevance
339 th->th.th_dispatch->th_steal_lock = in __kmp_dispatch_init_algorithm()782 &th->th.th_dispatch in __kmp_dispatch_init()819 KMP_DEBUG_ASSERT(th->th.th_dispatch == in __kmp_dispatch_init()826 &th->th.th_dispatch in __kmp_dispatch_init()867 th->th.th_dispatch->th_dispatch_sh_current = in __kmp_dispatch_init()979 KMP_DEBUG_ASSERT(th->th.th_dispatch == in __kmp_dispatch_finish()1042 KMP_DEBUG_ASSERT(th->th.th_dispatch == in __kmp_dispatch_finish_chunk()1123 KMP_DEBUG_ASSERT(th->th.th_dispatch == in __kmp_dispatch_next_algorithm()1996 KMP_DEBUG_ASSERT(th->th.th_dispatch == in __kmp_dispatch_next()2077 th->th.th_dispatch->th_deo_fcn = NULL; in __kmp_dispatch_next()[all …]
333 KMP_DEBUG_ASSERT(th->th.th_dispatch); in __kmp_dispatch_deo()338 th->th.th_dispatch->th_dispatch_pr_current); in __kmp_dispatch_deo()351 th->th.th_dispatch->th_dispatch_sh_current); in __kmp_dispatch_deo()356 th->th.th_dispatch->th_dispatch_pr_current); in __kmp_dispatch_deo()409 KMP_DEBUG_ASSERT(th->th.th_dispatch); in __kmp_dispatch_dxo()414 th->th.th_dispatch->th_dispatch_pr_current); in __kmp_dispatch_dxo()423 th->th.th_dispatch->th_dispatch_sh_current); in __kmp_dispatch_dxo()427 th->th.th_dispatch->th_dispatch_pr_current); in __kmp_dispatch_dxo()
498 th->th.th_dispatch->th_dispatch_sh_current); in next_recurse()937 th->th.th_dispatch->th_disp_buffer); in __kmp_dispatch_init_hierarchy()943 KMP_DEBUG_ASSERT(th->th.th_dispatch == in __kmp_dispatch_init_hierarchy()946 my_buffer_index = th->th.th_dispatch->th_disp_index; in __kmp_dispatch_init_hierarchy()948 &th->th.th_dispatch in __kmp_dispatch_init_hierarchy()
1330 th->th.th_dispatch->th_deo_fcn = __kmp_taskq_eo; in __kmpc_taskq()1333 th->th.th_dispatch->th_dxo_fcn = __kmp_taskq_xo; in __kmpc_taskq()1413 th->th.th_dispatch->th_deo_fcn = __kmp_taskq_eo; in __kmpc_taskq()1416 th->th.th_dispatch->th_dxo_fcn = __kmp_taskq_xo; in __kmpc_taskq()1749 th->th.th_dispatch->th_deo_fcn = 0; in __kmpc_end_taskq()1752 th->th.th_dispatch->th_dxo_fcn = 0; in __kmpc_end_taskq()
579 this_thr->th.th_dispatch = in __kmpc_end_serialized_parallel()866 if (th->th.th_dispatch->th_deo_fcn != 0) in __kmpc_ordered()867 (*th->th.th_dispatch->th_deo_fcn)(>id, &cid, loc); in __kmpc_ordered()910 if (th->th.th_dispatch->th_dxo_fcn != 0) in __kmpc_end_ordered()911 (*th->th.th_dispatch->th_dxo_fcn)(>id, &cid, loc); in __kmpc_end_ordered()3869 kmp_disp_t *pr_buf = th->th.th_dispatch; in __kmpc_doacross_init()3998 pr_buf = th->th.th_dispatch; in __kmpc_doacross_wait()4092 pr_buf = th->th.th_dispatch; in __kmpc_doacross_post()4133 kmp_disp_t *pr_buf = th->th.th_dispatch; in __kmpc_doacross_fini()
906 Sync object is th->th.th_dispatch->th_dispatch_sh_current.915 __itt_sync_create(thr->th.th_dispatch->th_dispatch_sh_current,927 __itt_sync_prepare(th->th.th_dispatch->th_dispatch_sh_current);939 __itt_sync_acquired(th->th.th_dispatch->th_dispatch_sh_current);951 __itt_sync_releasing(th->th.th_dispatch->th_dispatch_sh_current);
593 if (!status && __kmp_threads[gtid]->th.th_dispatch->th_doacross_flags) { \1776 kmp_int64 num_dims = th->th.th_dispatch->th_doacross_info[0]; in __kmp_GOMP_doacross_post()1799 kmp_int64 num_dims = th->th.th_dispatch->th_doacross_info[0]; in __kmp_GOMP_doacross_wait()
1014 master_th->th.th_dispatch = &team->t.t_dispatch[0]; in __kmp_fork_team_threads()1355 this_thr->th.th_dispatch = serial_team->t.t_dispatch; in __kmp_serialized_parallel()1390 this_thr->th.th_dispatch = serial_team->t.t_dispatch; in __kmp_serialized_parallel()2520 master_th->th.th_dispatch = &parent_team->t.t_dispatch[team->t.t_master_tid]; in __kmp_join_call()4129 this_thr->th.th_dispatch = &team->t.t_dispatch[tid]; in __kmp_initialize_info()4146 volatile kmp_disp_t *dispatch = this_thr->th.th_dispatch; in __kmp_initialize_info()5592 TCW_PTR(this_th->th.th_dispatch, NULL); /* NOT NEEDED */ in __kmp_free_thread()6980 dispatch = (kmp_disp_t *)TCR_PTR(this_thr->th.th_dispatch); in __kmp_run_before_invoked_task()
2472 kmp_disp_t *th_dispatch; /* thread's dispatch data */ member