212 B
212 B
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.
How does the OS distinguish between a Process and a Thread?
🧵