Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dwait.h99 extern pid_t csh_wait_noreap(void);
H A Dwait3.c135 csh_wait_noreap(void) in csh_wait_noreap() function
H A Dsh.proc.c274 if (csh_wait_noreap() > 0) in pjwait()