Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libomp/
HDomp-tools.h90 macro (ompt_state_idle, 0x100) /* waiting for work */ \
401 ompt_state_idle = 0x100, enumerator
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_wait_release.h150 this_thr->th.ompt_thread_info.state = ompt_state_idle; in __ompt_implicit_task_end()
442 if (ompt_exit_state == ompt_state_idle) { in __kmp_wait_template()
HDkmp_runtime.cpp5661 this_thr->th.ompt_thread_info.state = ompt_state_idle; in __kmp_launch_thread()
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/include/
HDomp-tools.h.var89 macro (ompt_state_idle, 0x100) /* waiting for work */ \
400 ompt_state_idle = 0x100,