Searched refs:parallel_flags (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h84 int parallel_flags; // information for the last parallel region invoked member in struct:__anon2973
H A Dkmp_wait_release.h143 int flags = this_thr->th.ompt_thread_info.parallel_flags;
H A Dkmp_runtime.cpp5656 this_thr->th.ompt_thread_info.parallel_flags = 0;
7028 this_thr->th.ompt_thread_info.parallel_flags |= ompt_parallel_team;
7121 this_thr->th.ompt_thread_info.parallel_flags |= ompt_parallel_league;

Completed in 66 milliseconds