Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp386 ompt_state_t enclosing_state; in __kmp_GOMP_microtask_wrapper() local
393 enclosing_state = thr->th.ompt_thread_info.state; in __kmp_GOMP_microtask_wrapper()
410 thr->th.ompt_thread_info.state = enclosing_state; in __kmp_GOMP_microtask_wrapper()
433 ompt_state_t enclosing_state; in __kmp_GOMP_parallel_microtask_wrapper() local
438 enclosing_state = thr->th.ompt_thread_info.state; in __kmp_GOMP_parallel_microtask_wrapper()
456 thr->th.ompt_thread_info.state = enclosing_state; in __kmp_GOMP_parallel_microtask_wrapper()
2158 ompt_state_t enclosing_state; in __kmp_GOMP_par_reductions_microtask_wrapper() local
2162 enclosing_state = thr->th.ompt_thread_info.state; in __kmp_GOMP_par_reductions_microtask_wrapper()
2179 thr->th.ompt_thread_info.state = enclosing_state; in __kmp_GOMP_par_reductions_microtask_wrapper()