摘要:
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <signal.h> #include <setjmp.h> //for a long jump jmp_buf env; 阅读全文
posted @ 2023-11-10 17:46
20211106隋吉达
阅读(13)
评论(0)
推荐(0)
摘要:
目录 概述 信号和中断 Unix/Linux中的信号 信号与异常处理与IPC 实践 概述 本章介绍了信号、信号的产生、信号的内容和信号处理;介绍了信号和中断的统一管理,帮助建立对于信号的正确看待方式;信号在Unix/Linux是发挥怎样的作用,如何产生以及处理,PROC中的信号和信号作为进程通信(I 阅读全文
posted @ 2023-11-10 17:12
20211106隋吉达
阅读(33)
评论(0)
推荐(0)