Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_wait_release.h450 ompt_state_t ompt_exit_state = this_thr->th.ompt_thread_info.state; in __kmp_wait_template() local
451 if (ompt_enabled.enabled && ompt_exit_state != ompt_state_undefined) { in __kmp_wait_template()
454 __ompt_implicit_task_end(this_thr, ompt_exit_state, tId); in __kmp_wait_template()
455 ompt_exit_state = this_thr->th.ompt_thread_info.state; in __kmp_wait_template()
458 if (ompt_exit_state == ompt_state_idle) { in __kmp_wait_template()