会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
thammer
博客园
首页
新随笔
联系
订阅
管理
2025年7月11日
信号
摘要: 信号简介 信号是Linux系统中进程间通信的一种方式,用于通知进程发生了某种事件。信号是异步的,可以在任何时候发送给进程。下面是一个简单的例子: #include <stdio.h> #include <unistd.h> #include <signal.h> #include <stdlib.h
阅读全文
posted @ 2025-07-11 15:58 thammer
阅读(19)
评论(0)
推荐(0)
公告