Searched refs:reapchild (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dsystem.c70 reapchild(void *arg) function
99 reapchild, (void *)(uintptr_t)cup->pid,
H A Dpopen.c80 extern void *reapchild(void *); /* see port/stdio/system.c */
88 (void) thr_create(NULL, 0, reapchild, arg, THR_DAEMON, NULL);
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c181 /* If there are any queue runners released reapchild() co-ord's */
182 (void) sm_signal(SIGCHLD, reapchild);
719 (void) sm_signal(SIGCHLD, reapchild);
H A Dqueue.c1206 /* Block SIGCHLD so reapchild() doesn't mess with us */
1813 (void) sm_signal(SIGCHLD, reapchild);
1882 extern SIGFUNC_DECL reapchild __P((int));
1934 (void) sm_signal(SIGCHLD, reapchild);
2222 ** SIGCHLD to reapchild to collect
2229 ** back to the default so reapchild
H A Dsendmail.h2666 extern SIGFUNC_DECL reapchild __P((int));
H A Dconf.c2730 reapchild(sig) function
2771 FIX_SYSV_SIGNAL(sig, reapchild);
H A Dmain.c2304 (void) sm_signal(SIGCHLD, reapchild);

Completed in 91 milliseconds