Home
last modified time | relevance | path

Searched refs:pmake_max_jobs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dpmake.cc98 int pmake_max_jobs = 0; in read_make_machines() local
257 pmake_max_jobs = PMAKE_DEF_MAX_JOBS; in read_make_machines()
265 pmake_max_jobs = PMAKE_DEF_MAX_JOBS; in read_make_machines()
286 pmake_max_jobs = get_max(&ms, mp); in read_make_machines()
300 return(pmake_max_jobs); in read_make_machines()
H A Dparallel.cc75 static int pmake_max_jobs = 0; variable
130 if ((pmake_max_jobs == 0) && in execute_parallel()
139 pmake_max_jobs = atoi(dmake_value->string_mb); in execute_parallel()
140 if (pmake_max_jobs <= 0) { in execute_parallel()
143 pmake_max_jobs = PMAKE_DEF_MAX_JOBS; in execute_parallel()
161 pmake_max_jobs = PMAKE_DEF_MAX_JOBS; in execute_parallel()
268 adjust_pmake_max_jobs (int pmake_max_jobs) in adjust_pmake_max_jobs() argument
282 if (adjustment < 2) return(pmake_max_jobs); in adjust_pmake_max_jobs()
286 adjusted_max_jobs = pmake_max_jobs - adjustment; in adjust_pmake_max_jobs()
357 if (sem_init(m2_shm_sem, 1, pmake_max_jobs)) { in m2_init()
[all …]