reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_runtime.cpp
 1484         int flags = OMPT_INVOKER(call_context) |
 1580                 OMPT_INVOKER(call_context) | ompt_parallel_team,
 1723       if (call_context == fork_context_intel) {
 1790                   OMPT_INVOKER(call_context) | ompt_parallel_team,
 1834                   OMPT_INVOKER(call_context) | ompt_parallel_league,
 1910                   OMPT_INVOKER(call_context) | ompt_parallel_team,
 1917       } else if (call_context == fork_context_gnu) {
 1932         KMP_ASSERT2(call_context < fork_context_last,
 2213     if (call_context == fork_context_gnu) {