Searched refs:njobs (Results 1 - 5 of 5) sorted by relevance

/external/libdrm/tests/exynos/
H A Dexynos_fimg2d_event.c214 unsigned int iters = 0, njobs = 4; local
227 if (sscanf(optarg, "%u", &njobs) != 1)
306 ret = g2d_work(ctx, &img, njobs, iters);
/external/mksh/src/
H A Djobs.c134 static int njobs; /* # of jobs started */ variable
503 j->age = ++njobs;
632 coproc.njobs++;
1485 --coproc.njobs == 0)
H A Dexec.c253 coproc.njobs = 0;
265 * will also increment coproc.njobs when the
H A Dmain.c1582 coproc.njobs = 0;
H A Dsh.h1571 int njobs; /* number of live jobs using output pipe */ member in struct:coproc

Completed in 177 milliseconds