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

/haiku-buildtools/jam/
H A Drules.h172 int asynccnt; /* child deps outstanding */ member in struct:_target
H A Dmake1.c143 parent->asynccnt++;
155 t->asynccnt = 1;
167 /* Now that all dependents have bumped asynccnt, we now allow */
168 /* decrement our reference to asynccnt. */
186 if( --t->asynccnt )

Completed in 30 milliseconds