Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmain.c131 static int jp_0 = -1, jp_1 = -1; /* ends of parent job pipe */
380 if (sscanf(argvalue, "%d,%d%c", &jp_0, &jp_1, &end) != 2) { in MainParseArgJobsInternal()
387 (fcntl(jp_1, F_GETFD, 0) < 0)) { in MainParseArgJobsInternal()
389 jp_1 = -1; in MainParseArgJobsInternal()
1541 Job_ServerStart(maxJobTokens, jp_0, jp_1); in main_PrepareMaking()
1543 jp_0, jp_1, opts.maxJobs, maxJobTokens, opts.compatMake ? 1 : 0); in main_PrepareMaking()
134 static int jp_0 = -1, jp_1 = -1; /* ends of parent job pipe */ global() variable
H A Djob.c2712 Job_ServerStart(int max_tokens, int jp_0, int jp_1) in clearfd()
2717 if (jp_0 >= 0 && jp_1 >= 0) { in clearfd()
2719 tokenWaitJob.outPipe = jp_1; in clearfd()
2721 (void)fcntl(jp_1, F_SETFD, FD_CLOEXEC); in clearfd()
2787 Job_ServerStart(int max_tokens,int jp_0,int jp_1) Job_ServerStart() argument