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

/haiku-buildtools/jam/
H A Dexecunix.c83 } cmdtab[ MAXJOBS ] = {{0}};
117 for( slot = 0; slot < MAXJOBS; slot++ )
121 if( slot == MAXJOBS )
258 while( cmdsrunning >= MAXJOBS || cmdsrunning >= globs.jobs )
295 for( i = 0; i < MAXJOBS; i++ )
299 if( i == MAXJOBS )
301 } while( i == MAXJOBS );
H A Djam.h484 # define MAXJOBS 64 /* silently enforce -j limit */ macro

Completed in 39 milliseconds