wait.h-data

来自「Glibc 2.3.2源代码(解压后有100多M)」· H-DATA 代码 · 共 65 行

H-DATA
65
字号
constant WNOHANGconstant WUNTRACEDmacro WEXITSTATUSmacro WIFCONTINUEDmacro WIFEXITEDmacro WIFSIGNALEDmacro WIFSTOPPEDmacro WSTOPSIGmacro WTERMSIGconstant WEXITEDconstant WSTOPPEDconstant WCONTINUEDconstant WNOHANGconstant WNOWAITtype idtype_tconstant P_ALLconstant P_PIDconstant P_PGIDtype id_ttype siginfo_telement siginfo_t int si_signoelement siginfo_t int si_errnoelement siginfo_t int si_codeelement siginfo_t pid_t si_pidelement siginfo_t uid_t si_uidelement siginfo_t {void*} si_addrelement siginfo_t int si_statuselement siginfo_t long si_bandelement siginfo_t {union sigval} si_valuetype {struct rusage}element {struct rusage} {struct timeval} ru_utimeelement {struct rusage} {struct timeval} ru_stimetype pid_tfunction pid_t wait (int*)function pid_t wait3 (int*, int, struct rusage*)function int waitid (idtype_t, id_t, siginfo_t*, int)function pid_t waitpid (pid_t, int*, int)allow-header signal.hallow-header sys/resource.hallow si_*allow W*allow P_*allow BUS_allow CLD_allow FPE_allow ILL_allow POLL_allow SEGV_allow SI_allow TRAP_allow *_t

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?