HomeSort by relevance Sort by last modified time
    Searched defs:njobs (Results 1 - 3 of 3) 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
491 j->age = ++njobs;
620 coproc.njobs++;
    [all...]
sh.h 987 int njobs; /* number of live jobs using output pipe */ member in struct:coproc
    [all...]

Completed in 2393 milliseconds