Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_runtime.cpp1644 parent_team->t.t_invoke = invoker; in __kmp_fork_call()
1687 if (!parent_team->t.t_invoke(gtid)) { in __kmp_fork_call()
1857 team->t.t_invoke = invoker; in __kmp_fork_call()
2091 KMP_CHECK_UPDATE(team->t.t_invoke, invoker); // TODO move to root, maybe in __kmp_fork_call()
2296 if (!team->t.t_invoke(gtid)) { in __kmp_fork_call()
4491 team->t.t_invoke = NULL; /* not needed */ in __kmp_initialize_team()
5725 rc = (*pteam)->t.t_invoke(gtid); in __kmp_launch_thread()
H A Dkmp.h2686 launch_t t_invoke; // procedure to launch the microtask member