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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h434 ompt_state_t ompt_exit_state = this_thr->th.ompt_thread_info.state; local
435 if (ompt_enabled.enabled && ompt_exit_state != ompt_state_undefined) {
438 __ompt_implicit_task_end(this_thr, ompt_exit_state, tId);
439 ompt_exit_state = this_thr->th.ompt_thread_info.state;
442 if (ompt_exit_state == ompt_state_idle) {

Completed in 77 milliseconds