3303-flashcards/hATaBiZQ - 3303/bL9GptCK - How many threads can be in the Running state at any given time.md
2026-04-20 23:08:47 -04:00

10 lines
No EOL
222 B
Markdown

How many threads can be in the **Running** state at any given time?
---
💻
- On a **single-processor** computer: At most **one** thread.
- On a **multi-processor** computer: At most **one thread per processor**.