代码搜索:waitpid

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

代码结果 797
www.eeworm.com/read/400742/11569670

h wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。 #define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。 /* options for waitpid, WUNTRACED not su
www.eeworm.com/read/342301/12031161

h wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。 #define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。 /* options for waitpid, WUNTRACED not su
www.eeworm.com/read/131256/14154087

h wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。 #define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。 /* options for waitpid, WUNTRACED not su
www.eeworm.com/read/130981/14164531

h wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。 #define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。 /* options for waitpid, WUNTRACED not su
www.eeworm.com/read/228948/14356994

h wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。 #define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。 /* options for waitpid, WUNTRACED not su
www.eeworm.com/read/218591/14914422

h wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。 #define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。 /* options for waitpid, WUNTRACED not su
www.eeworm.com/read/209081/15227495

h wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。 #define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。 /* options for waitpid, WUNTRACED not su
www.eeworm.com/read/334243/12615549

h wait.h

#ifndef _SYS_WAIT_H #define _SYS_WAIT_H #include #define _LOW(v) ( (v) & 0377) // 取低字节(8 进制表示)。 #define _HIGH(v) ( ((v) >> 8) & 0377) // 取高字节。 /* options for waitpid, WUNTRACED not su
www.eeworm.com/read/192259/8390918

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/189219/8483989

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