Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-specific.h105 inline void ompt_set_thread_state(kmp_info_t *thread, ompt_state_t state) { in ompt_set_thread_state() function
Dompt-general.cpp472 ompt_set_thread_state(root_thread, ompt_state_overhead);
486 ompt_set_thread_state(root_thread, ompt_state_work_serial);
Dkmp_runtime.cpp3811 ompt_set_thread_state(root_thread, ompt_state_overhead); in __kmp_register_root()
3825 ompt_set_thread_state(root_thread, ompt_state_work_serial); in __kmp_register_root()