Searched refs:job_adjust_mode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc442 } job_adjust_mode = ADJUST_UNKNOWN; variable in typeref:enum:__anon17
451 * job_adjust_mode Current job adjust mode
455 if (job_adjust_mode == ADJUST_M2) {
473 * job_adjust_mode Current job adjust mode
477 if (job_adjust_mode != ADJUST_NONE) {
488 job_adjust_mode = ADJUST_NONE;
509 * job_adjust_mode Current job adjust mode
513 if (job_adjust_mode == ADJUST_UNKNOWN) {
515 job_adjust_mode = ADJUST_M1;
520 job_adjust_mode
[all...]

Completed in 68 milliseconds