代码搜索:waitpid

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

代码结果 797
www.eeworm.com/read/300969/13876500

c table.c

/* This file contains the table used to map system call numbers onto the * routines that perform them. */ #define _TABLE #include "mm.h" #include #include #inc
www.eeworm.com/read/141295/5774077

c wait.c

/* Routine to handle blocking waits using conditions, signals, and * non-blocking waits. This prevent the entire system from freezing * when wait() is called. */ #include #include
www.eeworm.com/read/131315/5935802

sh ultrix_3.sh

ccflags="$ccflags -DLANGUAGE_C" tmp="`(uname -a) 2>/dev/null`" case "$tmp" in *3.[01]*RISC) d_waitpid=$undef;; '') d_waitpid=$undef;; esac case "$tmp" in *RISC) cmd_cflags='optimize="-g"' perl
www.eeworm.com/read/421459/6311327

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/494691/6360151

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/490627/6449887

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/476738/6749084

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/476848/6751810

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/264377/11317453

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/253405/12225978

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