3303-flashcards/hATaBiZQ - 3303/0gCTh6vr - How does the OS distinguish between a Process and a Thread.md
2026-04-20 23:08:47 -04:00

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.