Searched refs:ompt_task_info_t (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h62 } ompt_task_info_t; typedef in typeref:struct:__anon2971
71 ompt_task_info_t ompt_task_info;
H A Dompt-specific.cpp103 ompt_task_info_t *__ompt_get_task_info_object(int depth) {
104 ompt_task_info_t *info = NULL;
143 ompt_task_info_t *__ompt_get_scheduling_taskinfo(int depth) {
144 ompt_task_info_t *info = NULL;
288 ompt_task_info_t tmp_task = lwt->ompt_task_info;
314 ompt_task_info_t tmp_task = lwtask->ompt_task_info;
342 ompt_task_info_t *info = NULL;
H A Dompt-specific.h36 ompt_task_info_t *__ompt_get_task_info_object(int depth);
H A Dkmp_gsupport.cpp391 ompt_task_info_t *task_info = __ompt_get_task_info_object(0);
1378 ompt_task_info_t *parent_task_info, *task_info;
H A Dkmp_sched.cpp92 ompt_task_info_t *task_info = NULL;
H A Dkmp_ftn_entry.h359 ompt_task_info_t *parent_task_info = OMPT_CUR_TASK_INFO(this_thr);
H A Dkmp_runtime.cpp1184 ompt_task_info_t *parent_task_info;
1723 ompt_task_info_t *task_info;
1809 ompt_task_info_t *task_info = OMPT_CUR_TASK_INFO(master_th);
1833 ompt_task_info_t *task_info;
2243 ompt_task_info_t *task_info = __ompt_get_task_info_object(0);
2375 ompt_task_info_t *task_info = __ompt_get_task_info_object(0);
2454 ompt_task_info_t *task_info = __ompt_get_task_info_object(0);
H A Dkmp_dispatch.cpp983 ompt_task_info_t *task_info = __ompt_get_task_info_object(0);
1839 ompt_task_info_t *task_info = __ompt_get_task_info_object(0); \
H A Dkmp_tasking.cpp633 ompt_task_info_t *parent_info = &(current_task->ompt_task_info);
4432 ompt_task_info_t *task_info = __ompt_get_task_info_object(0);
H A Dkmp.h2302 ompt_task_info_t ompt_task_info;
H A Dkmp_csupport.cpp1810 ompt_task_info_t *task_info = __ompt_get_task_info_object(0);

Completed in 264 milliseconds