Skip to content

Latest commit

 

History

History
29 lines (11 loc) · 347 Bytes

名次解释.md

File metadata and controls

29 lines (11 loc) · 347 Bytes

名次解释

单工 独木桥

半双工

全双工

软中断:例如信号

在通过终端执行程序时加上 &,让后台运行

默认情况下 Control-c 向该进程发送一个中断信号:SIGINT

man 7 signal

终止进程并产生一个core文件

alarm() 系统定时器,时间到了就自动结束进程

setitimer