Lines Matching defs:invoker
1468 launch_t invoker, int master_set_numthreads, int level,
1568 parent_team->t.t_invoke = invoker;
1703 kmp_int32 argc, microtask_t microtask, launch_t invoker,
1802 team->t.t_invoke = invoker;
1811 // AC: call special invoker for outer "parallel" of teams construct
1812 invoker(gtid);
1929 kmp_int32 argc, microtask_t microtask, launch_t invoker,
2040 call_context, microtask, invoker,
2099 invoker, master_th, parent_team,
2225 KMP_CHECK_UPDATE(team->t.t_invoke, invoker); // TODO move to root, maybe