代码搜索:waitpid

找到约 797 项符合「waitpid」的源代码

代码结果 797
www.eeworm.com/read/129814/14223857

h ksh_wait.h

/* Wrapper around the ugly sys/wait includes/ifdefs */ /* $Id$ */ #ifdef HAVE_SYS_WAIT_H # include #endif #ifndef POSIX_SYS_WAIT /* Get rid of system macros (which probably use union wa
www.eeworm.com/read/127382/14356905

c sigchld.c

#include "calld.h" #include /* SIGCHLD handler, invoked when a child terminates. */ void sig_chld(int signo) { int stat, errno_save; pid_t pid; errno_save = errno; /* l
www.eeworm.com/read/292919/8324820

c sigchld.c

#include "calld.h" #include /* * SIGCHLD handler, invoked when a child terminates. * Probably interrupts accept() in serv_accept(). */ void sig_chld(int signo) { int stat, errno_sav
www.eeworm.com/read/392544/8336324

c sigchld.c

#include "calld.h" #include /* * SIGCHLD handler, invoked when a child terminates. * Probably interrupts accept() in serv_accept(). */ void sig_chld(int signo) { int stat, errno_sav
www.eeworm.com/read/269691/11082972

c sigchld.c

#include "calld.h" #include /* * SIGCHLD handler, invoked when a child terminates. * Probably interrupts accept() in serv_accept(). */ void sig_chld(int signo) { int stat, errno_sav
www.eeworm.com/read/335362/12534287

c sigchld.c

#include "calld.h" #include /* * SIGCHLD handler, invoked when a child terminates. * Probably interrupts accept() in serv_accept(). */ void sig_chld(int signo) { int stat, errno_sav
www.eeworm.com/read/103960/15715512

c sigchld.c

#include "calld.h" #include /* SIGCHLD handler, invoked when a child terminates. */ void sig_chld(int signo) { int stat, errno_save; pid_t pid; errno_save = errno; /* log_msg() mi
www.eeworm.com/read/100585/15870551

c sigchld.c

#include "calld.h" #include /* SIGCHLD handler, invoked when a child terminates. */ void sig_chld(int signo) { int stat, errno_save; pid_t pid; errno_save = errno; /* log_msg() mi
www.eeworm.com/read/291498/8412392

h wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) #define _HIGH(v) ( ((v) >> 8) & 0377) /* options for waitpid, WUNTRACED not supported */ #define WNOHAN
www.eeworm.com/read/291252/8431621

h wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) #define _HIGH(v) ( ((v) >> 8) & 0377) /* options for waitpid, WUNTRACED not supported */ #define WNOHAN