3303-flashcards/hATaBiZQ - 3303/9Ialcody - Why is disabling preemption while a low-priority thread is in a critical section considered a poor solution.md
2026-04-20 23:08:47 -04:00

281 B

Why is disabling preemption while a low-priority thread is in a critical section considered a poor solution?

🚫 Because it stops all other high-priority threads from running, even those that have nothing to do with the critical section or the lock in question.