Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Djob.c227 unsigned long job_counter = 0; variable
575 if (job_counter) in reap_children()
576 --job_counter; in reap_children()
1395 ++job_counter; in start_job_command()
1847 last_sec = LOAD_WEIGHT_B * job_counter; in load_too_high()
1851 job_counter = 0; in load_too_high()
1856 guess = load + (LOAD_WEIGHT_A * (job_counter + last_sec)); in load_too_high()