Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp1059 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init()
1197 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish()
1260 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish_chunk()
1340 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next_algorithm()
1406 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1412 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1549 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1555 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
2328 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next()
2374 &team->t.t_dispatch[i].th_disp_buffer[idx]); in __kmp_dispatch_next()
[all …]
H A Dkmp_runtime.cpp550 -1, &team->t.t_dispatch[0], &team->t.t_dispatch[num_thr], in __kmp_print_team_storage_map()
1292 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch); in __kmp_serialized_parallel()
1325 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch); in __kmp_serialized_parallel()
3244 team->t.t_dispatch = in __kmp_allocate_team_arrays()
3271 __kmp_free(team->t.t_dispatch); in __kmp_free_team_arrays()
3275 team->t.t_dispatch = NULL; in __kmp_free_team_arrays()
3283 __kmp_free(team->t.t_dispatch); in __kmp_reallocate_team_arrays()
4278 KMP_DEBUG_ASSERT(team->t.t_dispatch); in __kmp_initialize_info()
4372 KMP_DEBUG_ASSERT(team->t.t_dispatch); in __kmp_initialize_info()
5824 KMP_DEBUG_ASSERT(team->t.t_dispatch); in __kmp_reap_team()
[all …]
H A Dkmp_csupport.cpp648 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch->th_disp_buffer); in __kmpc_end_serialized_parallel()
651 serial_team->t.t_dispatch->th_disp_buffer; in __kmpc_end_serialized_parallel()
652 serial_team->t.t_dispatch->th_disp_buffer = in __kmpc_end_serialized_parallel()
653 serial_team->t.t_dispatch->th_disp_buffer->next; in __kmpc_end_serialized_parallel()
688 &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.h3134 kmp_disp_t *t_dispatch; // thread's dispatch data member