⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filter_wait.3

📁 在 linux平台上的网页编程的模板
💻 3
字号:
.TH filter_wait 3 "12 July 2007" "ClearSilver" "util/filter.h".de Ss.sp.ft CW.nf...de Se.fi.ft P.sp...SH NAMEfilter_wait  - wrap waitpid to decode the exitcode and whyyour filter quit.SH SYNOPSIS.Ss#include <util/filter.h>.Se.SsNEOERR *filter_wait(pid_t pid, int options, int *exitcode);.Se.SH ARGUMENTSpid -> the process identifier to wait for.broptions -> the options to pass to waitpid (see wait(2)).SH DESCRIPTIONfilter_wait wraps the waitpid call and raises an error(with description) if the call failed.  Note that if theask for the exitcode and the process exited with a codeother than zero, we don't raise an error.  If you don'task for the exitcode, and it is non-zero, we raise anerror.SH "RETURN VALUE"exitcode -> the exitcode if the process existed normally.SH "SEE ALSO".BR filter_wait "(3), "filter_create_fp "(3), "filter_create_fd

⌨️ 快捷键说明

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