OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tokenPoolJob
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
job.c
502
static Job
tokenPoolJob
; /* token wait pseudo-job */
1534
if (fcntl(
tokenPoolJob
.inPipe, F_SETFD, 0) == -1)
1536
"
tokenPoolJob
.inPipe");
1537
if (fcntl(
tokenPoolJob
.outPipe, F_SETFD, 0) == -1)
1539
"
tokenPoolJob
.outPipe");
2147
watchfd(&
tokenPoolJob
);
2563
if (write(
tokenPoolJob
.outPipe, &tok, 1) != 1)
2578
while (tok != '+' && read(
tokenPoolJob
.inPipe, &tok1, 1) == 1)
2589
tokenPoolJob
.inPipe = tokenPoolReader;
2590
tokenPoolJob
.outPipe = tokenPoolWriter
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025