3303-flashcards/hATaBiZQ - 3303/0gCTh6vr - How does the OS distinguish between a Process and a Thread.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

11 lines
No EOL
212 B
Markdown

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**.