Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_gsupport.cpp356 ompt_state_t enclosing_state; in __kmp_GOMP_microtask_wrapper() local
363 enclosing_state = thr->th.ompt_thread_info.state; in __kmp_GOMP_microtask_wrapper()
380 thr->th.ompt_thread_info.state = enclosing_state; in __kmp_GOMP_microtask_wrapper()
403 ompt_state_t enclosing_state; in __kmp_GOMP_parallel_microtask_wrapper() local
408 enclosing_state = thr->th.ompt_thread_info.state; in __kmp_GOMP_parallel_microtask_wrapper()
426 thr->th.ompt_thread_info.state = enclosing_state; in __kmp_GOMP_parallel_microtask_wrapper()