Home
last modified time | relevance | path

Searched refs:t_dispatch (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_dispatch.cpp898 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init()
1036 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish()
1099 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish_chunk()
1179 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next_algorithm()
1245 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1251 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1388 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1394 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
2167 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next()
2213 &team->t.t_dispatch[i].th_disp_buffer[idx]); in __kmp_dispatch_next()
[all …]
H A Dkmp_runtime.cpp535 -1, &team->t.t_dispatch[0], &team->t.t_dispatch[num_thr], in __kmp_print_team_storage_map()
1260 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch); in __kmp_serialized_parallel()
1293 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch); in __kmp_serialized_parallel()
3155 team->t.t_dispatch = in __kmp_allocate_team_arrays()
3182 __kmp_free(team->t.t_dispatch); in __kmp_free_team_arrays()
3186 team->t.t_dispatch = NULL; in __kmp_free_team_arrays()
3194 __kmp_free(team->t.t_dispatch); in __kmp_reallocate_team_arrays()
4187 KMP_DEBUG_ASSERT(team->t.t_dispatch); in __kmp_initialize_info()
4281 KMP_DEBUG_ASSERT(team->t.t_dispatch); in __kmp_initialize_info()
5788 KMP_DEBUG_ASSERT(team->t.t_dispatch); in __kmp_reap_team()
[all …]
H A Dkmp_csupport.cpp581 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch->th_disp_buffer); in __kmpc_end_serialized_parallel()
584 serial_team->t.t_dispatch->th_disp_buffer; in __kmpc_end_serialized_parallel()
585 serial_team->t.t_dispatch->th_disp_buffer = in __kmpc_end_serialized_parallel()
586 serial_team->t.t_dispatch->th_disp_buffer->next; in __kmpc_end_serialized_parallel()
621 &this_thr->th.th_team->t.t_dispatch[serial_team->t.t_master_tid]; in __kmpc_end_serialized_parallel()
H A Dkmp_dispatch_hier.h958 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init_hierarchy()
H A Dkmp.h2860 kmp_disp_t *t_dispatch; // thread's dispatch data member