Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp1808 auto *ompt_thr_info = &this_thr->th.ompt_thread_info; in __kmp_barrier_template() local
1811 ompt_thr_info->state = ompt_state_wait_barrier_explicit; in __kmp_barrier_template()
1814 ompt_thr_info->state = ompt_state_wait_barrier_implicit_workshare; in __kmp_barrier_template()
1817 ompt_thr_info->state = ompt_state_wait_barrier_implicit_parallel; in __kmp_barrier_template()
1820 ompt_thr_info->state = ompt_state_wait_barrier_teams; in __kmp_barrier_template()
1825 ompt_thr_info->state = ompt_state_wait_barrier_implementation; in __kmp_barrier_template()