user1670407
user1670407

Reputation:

RTOS Task Management

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?

Upvotes: 0

Views: 409

Answers (1)

Clifford
Clifford

Reputation: 93566

A thread yielding CPU is a scheduling event; all scheduling events cause the scheduler to run.

Upvotes: 2

Related Questions