Home
last modified time | relevance | path

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

/external/libdrm/tests/exynos/
Dexynos_fimg2d_event.c221 unsigned int iters = 0, njobs = 4; in main() local
234 if (sscanf(optarg, "%u", &njobs) != 1) in main()
313 ret = g2d_work(ctx, &img, njobs, iters); in main()
/external/mksh/src/
Djobs.c134 static int njobs; /* # of jobs started */ variable
497 j->age = ++njobs; in exchild()
626 coproc.njobs++; in exchild()
1479 --coproc.njobs == 0) in check_job()
Dexec.c254 coproc.njobs = 0; in execute()
Dmain.c1583 coproc.njobs = 0; in coproc_init()
Dsh.h1575 int njobs; /* number of live jobs using output pipe */ member