Round Robin Scheduling clarification...

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Round Robin Scheduling clarification...

958件の閲覧回数
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 件の賞賛
返信
1 返信

833件の閲覧回数
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.