Lines Matching defs:nargs
74 void **args, int64_t nargs) {
75 switch (nargs) {
90 const int64_t nargs) {
124 invokeMicrotask(TId, 0, fn, args, nargs);
148 void *wrapper_fn, void **args, int64_t nargs) {
163 invokeMicrotask(TId, 0, fn, args, nargs);
174 __kmpc_parallel_spmd(ident, num_threads, fn, args, nargs);
192 invokeMicrotask(TId, 0, fn, args, nargs);
197 if (nargs) {
198 __kmpc_begin_sharing_variables(&GlobalArgs, nargs);
199 switch (nargs) {
201 for (int I = 0; I < nargs; I++)
278 if (nargs)