Round Robin Scheduling clarification...

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Round Robin Scheduling clarification...

443 Views
rpneeraj
Contributor II

Hi Radek,

While running tasks in Round Robin scheduling, if any task calls blocking call like send/recv.

How the scheduler will act on that task, I mean to ask will the scheduler moves that task to the end of the ready queue

and assigns CPU to other task....or how it goes ahead....please clarify that...

Thanks,

NS

0 Kudos
1 Reply

318 Views
Martin_
NXP Employee
NXP Employee

Blocking functions like send()/recv() block the calling task via _task_block() function. Round robin policy only applies to Active/Ready tasks.