Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp895 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_init()
1033 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish()
1096 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_finish_chunk()
1176 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next_algorithm()
1242 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1248 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1385 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
1391 &team->t.t_dispatch[victimId].th_disp_buffer[idx]); in __kmp_dispatch_next_algorithm()
2150 &th->th.th_team->t.t_dispatch[th->th.th_info.ds.ds_tid]); in __kmp_dispatch_next()
2196 &team->t.t_dispatch[i].th_disp_buffer[idx]); in __kmp_dispatch_next()
H A Dkmp_runtime.cpp531 -1, &team->t.t_dispatch[0], &team->t.t_dispatch[num_thr], in __kmp_print_team_storage_map()
1250 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch); in __kmp_serialized_parallel()
1283 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch); in __kmp_serialized_parallel()
3062 team->t.t_dispatch = in __kmp_allocate_team_arrays()
3089 __kmp_free(team->t.t_dispatch); in __kmp_free_team_arrays()
3093 team->t.t_dispatch = NULL; in __kmp_free_team_arrays()
3101 __kmp_free(team->t.t_dispatch); in __kmp_reallocate_team_arrays()
4088 KMP_DEBUG_ASSERT(team->t.t_dispatch); in __kmp_initialize_info()
4183 KMP_DEBUG_ASSERT(team->t.t_dispatch); in __kmp_initialize_info()
5600 KMP_DEBUG_ASSERT(team->t.t_dispatch); in __kmp_reap_team()
[all …]
H A Dkmp_csupport.cpp585 KMP_DEBUG_ASSERT(serial_team->t.t_dispatch->th_disp_buffer); in __kmpc_end_serialized_parallel()
588 serial_team->t.t_dispatch->th_disp_buffer; in __kmpc_end_serialized_parallel()
589 serial_team->t.t_dispatch->th_disp_buffer = in __kmpc_end_serialized_parallel()
590 serial_team->t.t_dispatch->th_disp_buffer->next; in __kmpc_end_serialized_parallel()
624 &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.h2757 kmp_disp_t *t_dispatch; // thread's dispatch data member