来源:http://publib.boulder.ibm.com/infocenter/tpfhelp/current/index.jsp?topic=/com.ibm.ztpf-ztpfdf.doc_put.cur/gtpc2/cpp_wtermsig.html
WTERMSIG:测试作用通过信号来决定那个子线程被退出。
命令格式:
返回值:
WTERMSIG:测试作用通过信号来决定那个子线程被退出。
命令格式:
#include <sys/wait.h>与 wait()和 waitpid()函数结合使用。
int WTERMSIG(int status);
调用情况:
返回值:
WTERMSIG宏测试被执行后,若成功返回被终止的子进程的信号值。返回的信号值被定义在 sys/signals.h头文件中。