We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368ad63 commit 41d9003Copy full SHA for 41d9003
docs/operating-system/basis.md
@@ -87,6 +87,8 @@
87
- **阻塞状态(waiting)** :又称为等待状态,进程正在等待某一事件而暂停运行如等待某资源为可用或等待 IO 操作完成。即使处理器空闲,该进程也不能运行。
88
- **结束状态(terminated)** :进程正在从系统中消失。可能是进程正常结束或其他原因中断退出运行。
89
90
+> 订正:下图中 running 状态被 interrupt 向 ready 状态转换的箭头方向反了。
91
+
92

93
94
### 2.3 进程间的通信方式
0 commit comments