Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h81 int ompt_task_yielded; member
H A Dkmp_tasking.cpp581 if (__kmp_threads[gtid]->th.ompt_thread_info.ompt_task_yielded) { in __ompt_task_start()
583 __kmp_threads[gtid]->th.ompt_thread_info.ompt_task_yielded = 0; in __ompt_task_start()
2037 thread->th.ompt_thread_info.ompt_task_yielded = 1; in __kmpc_omp_taskyield()
2045 thread->th.ompt_thread_info.ompt_task_yielded = 0; in __kmpc_omp_taskyield()