HomeSort by relevance Sort by last modified time
    Searched refs:njobs (Results 1 - 8 of 8) sorted by null

  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 69 int njobs;
114 njobs = job_slots_used;
116 njobs -= 1; /* correction for being called from reap_children() */
120 if (max_load_average < 0 && njobs == 0 || njobs < max_load_average)
68 int njobs; local
  /prebuilts/go/darwin-x86/test/bench/shootout/
fannkuch-parallel.go 190 njobs := 1
192 njobs += (N*(N-1))/2 - 28 // njobs = 1 + sum(8..N-1) = 1 + sum(1..N-1) - sum(1..7)
194 jobs := make([]Job, njobs)
211 if njobs < nworkers {
212 nworkers = njobs
  /prebuilts/go/linux-x86/test/bench/shootout/
fannkuch-parallel.go 190 njobs := 1
192 njobs += (N*(N-1))/2 - 28 // njobs = 1 + sum(8..N-1) = 1 + sum(1..N-1) - sum(1..7)
194 jobs := make([]Job, njobs)
211 if njobs < nworkers {
212 nworkers = njobs
  /external/libdrm/tests/exynos/
exynos_fimg2d_event.c 214 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/
jobs.c 121 static int njobs; /* # of jobs started */ variable
491 j->age = ++njobs;
620 coproc.njobs++;
    [all...]
main.c     [all...]
exec.c 270 coproc.njobs = 0;
282 * will also increment coproc.njobs when the
    [all...]
sh.h 1043 int njobs; /* number of live jobs using output pipe */ member in struct:coproc
    [all...]

Completed in 204 milliseconds