Searched refs:t_invoke (Results 1 – 2 of 2) sorted by relevance
1568 parent_team->t.t_invoke = invoker; in __kmp_fork_in_teams()1688 if (!parent_team->t.t_invoke(gtid)) { in __kmp_fork_in_teams()1802 team->t.t_invoke = invoker; in __kmp_serial_fork_call()2225 KMP_CHECK_UPDATE(team->t.t_invoke, invoker); // TODO move to root, maybe in __kmp_fork_call()2388 if (!team->t.t_invoke(gtid)) { in __kmp_fork_call()4767 team->t.t_invoke = NULL; /* not needed */ in __kmp_initialize_team()6086 rc = (*pteam)->t.t_invoke(gtid); in __kmp_launch_thread()
3165 launch_t t_invoke; // procedure to launch the microtask member