Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dmain.c220 static unsigned int master_job_slots = 0; variable
1717 master_job_slots = job_slots; in main()
3011 if (master_job_slots) in clean_jobserver()
3022 if (tcnt != master_job_slots) in clean_jobserver()
3025 tcnt, master_job_slots); in clean_jobserver()
DChangeLog812 * main.c: Add variable master_job_slots.
817 Second, if master_job_slots is set count the tokens left in the
818 jobserver pipe and ensure it's the same as master_job_slots (- 1).