Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-internal.h24 ((x == fork_context_gnu) ? ompt_parallel_invoker_program \
H A Dkmp_runtime.cpp1489 if (call_context == fork_context_gnu) { in __kmp_fork_in_teams()
1681 if (call_context == fork_context_gnu) in __kmp_fork_in_teams()
1899 } else if (call_context == fork_context_gnu) { in __kmp_serial_fork_call()
2370 if (call_context == fork_context_gnu) { in __kmp_fork_call()
2466 !(team->t.t_serialized && fork_context == fork_context_gnu)) { in __kmp_join_call()
2502 if (fork_context == fork_context_gnu) { in __kmp_join_call()
H A Dkmp_gsupport.cpp476 rc = __kmp_fork_call(loc, gtid, fork_context_gnu, argc, wrapper, in __kmp_GOMP_fork_call()
562 fork_context_gnu in KMP_EXPAND_NAME()
H A Dkmp.h4071 fork_context_gnu, /**< Called from GNU generated code, so must not invoke the enumerator