发送信号的其他方式:raise()和killpg()_raise自定义信号-CSDN博客

网站介绍:NAME raise - send a signal to the callerSYNOPSIS #include <signal.h> int raise(int sig);DESCRIPTION The raise() function sends a signal to the calling proces..._raise自定义信号