Searched refs:ompt_task_initial (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.cpp404 *type = ompt_task_initial;
H A Dompt-general.cpp384 ompt_scope_begin, parallel_data, task_data, 1, 1, ompt_task_initial);
H A Dkmp_wait_release.h144 flags = (flags & ompt_parallel_league) ? ompt_task_initial
H A Dkmp_runtime.cpp1375 OMPT_CUR_TASK_DATA(this_thr), 1, __kmp_tid_from_gtid(global_tid), ompt_task_implicit); // TODO: Can this be ompt_task_initial?
1813 OMPT_CUR_TASK_INFO(master_th)->thread_num, ompt_task_initial);
2457 ? ompt_task_initial
2459 int ompt_team_size = (flags == ompt_task_initial) ? 0 : team->t.t_nproc;
3784 ompt_scope_begin, parallel_data, task_data, 1, 1, ompt_task_initial);
3879 ompt_scope_end, parallel_data, task_data, 0, 1, ompt_task_initial);
7115 ompt_task_initial);
7306 ompt_scope_end, NULL, task_data, 0, ds_tid, ompt_task_implicit); // TODO: Can this be ompt_task_initial?
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h302 ompt_task_initial = 0x00000001, enumerator in enum:ompt_task_flag_t

Completed in 87 milliseconds