Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dompt-internal.h82 int ompt_task_yielded; member
H A Dkmp_tasking.cpp725 if (__kmp_threads[gtid]->th.ompt_thread_info.ompt_task_yielded) { in __ompt_task_start()
727 __kmp_threads[gtid]->th.ompt_thread_info.ompt_task_yielded = 0; in __ompt_task_start()
2222 thread->th.ompt_thread_info.ompt_task_yielded = 1; in __kmpc_omp_taskyield()
2230 thread->th.ompt_thread_info.ompt_task_yielded = 0; in __kmpc_omp_taskyield()