If a task is attempting to surrender the processor, what steps does a real time operating system need to execute to ensure that another task has the opportunity to run?
Asked
Active
Viewed 399 times
1 Answers
2
A thread yielding CPU is a scheduling event; all scheduling events cause the scheduler to run.

Clifford
- 88,407
- 13
- 85
- 165