Home
last modified time | relevance | path

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

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