HomeSort by relevance Sort by last modified time
    Searched refs:njobs (Results 1 - 5 of 5) 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
  /external/mksh/src/
jobs.c 121 static int32_t njobs; /* # of jobs started */ variable
443 j->age = ++njobs;
572 coproc.njobs++;
    [all...]
exec.c 266 coproc.njobs = 0;
278 * will also increment coproc.njobs when the
    [all...]
main.c     [all...]
sh.h 968 int njobs; /* number of live jobs using output pipe */ member in struct:coproc
    [all...]

Completed in 66 milliseconds