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
1564 if (fcntl(tokenPoolJob.inPipe, F_SETFD, 0) == -1) in JobExec()
1567 if (fcntl(tokenPoolJob.outPipe, F_SETFD, 0) == -1) in JobExec()
2190 watchfd(&tokenPoolJob); in Job_Init()
2606 if (write(tokenPoolJob.outPipe, &tok, 1) != 1) in TokenPool_Write()
2631 while (tok != '+' && read(tokenPoolJob.inPipe, &tok1, 1) == 1) in TokenPool_Add()
2642 tokenPoolJob.inPipe = tokenPoolReader; in TokenPool_InitClient()
2643 tokenPoolJob.outPipe = tokenPoolWriter; in TokenPool_InitClient()
2655 JobCreatePipe(&tokenPoolJob, 15); in TokenPool_InitServer()
2658 tokenPoolJob.inPipe, tokenPoolJob.outPipe); in TokenPool_InitServer()
[all …]