Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.h92 void TokenPool_Init(int, int, int);
H A Dmain.c1543 TokenPool_Init(maxJobTokens, tokenPoolReader, tokenPoolWriter); in main_PrepareMaking()
H A Djob.c2673 TokenPool_Init(int maxJobTokens, int tokenPoolReader, int tokenPoolWriter) in TokenPool_Init() function