Searched refs:pfork (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/refer/ |
H A D | inv1.c | 49 int chatty = 0, docs, hashes, fp[2], fr, fw, pfork, pwait, status; in main() local
|
/titanic_44/usr/src/cmd/cpc/common/ |
H A D | cputrack.c | 657 pfork(pctx_t *pctx, pid_t oldpid, pid_t pid, id_t lwpid, void *arg) in pfork() function 668 PCTX_SYSC_FORK_EVENT, pfork, in pfork() 726 PCTX_SYSC_FORK_EVENT, pfork, in cputrack()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.sem.c | 161 { forked++; pid = pfork(t, wanttty); }
|
H A D | sh.exp.c | 498 if (pfork(&faket, -1) == 0) { in exp6()
|
H A D | sh.glob.c | 782 if (pfork(&faket, -1) == 0) { in backeval()
|
H A D | sh.proc.c | 1181 pfork(struct command *t, int wanttty) in pfork() function
|