Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c531 static Job tokenPoolJob; /* token wait pseudo-job */ variable
1618 if (fcntl(tokenPoolJob.inPipe, F_SETFD, 0) == -1) in JobExec()
1621 if (fcntl(tokenPoolJob.outPipe, F_SETFD, 0) == -1) in JobExec()
2244 watchfd(&tokenPoolJob); in Job_Init()
2660 if (write(tokenPoolJob.outPipe, &tok, 1) != 1) in TokenPool_Write()
2685 while (tok != '+' && read(tokenPoolJob.inPipe, &tok1, 1) == 1) in TokenPool_Add()
2696 tokenPoolJob.inPipe = tokenPoolReader; in TokenPool_InitClient()
2697 tokenPoolJob.outPipe = tokenPoolWriter; in TokenPool_InitClient()
2709 JobCreatePipe(&tokenPoolJob, 15); in TokenPool_InitServer()
2712 tokenPoolJob.inPipe, tokenPoolJob.outPipe); in TokenPool_InitServer()
[all …]