reformat
This commit is contained in:
parent
316cf8c1d6
commit
e5aef8679f
159 changed files with 1141 additions and 1100 deletions
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
How does the OS distinguish between a **Process** and a **Thread**?
|
||||
|
||||
---
|
||||
|
||||
🧵
|
||||
|
||||
- **Thread**: A single thread of control/execution.
|
||||
- **Process**: A collection of threads and an associated **address space**.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue