The os_tsk_pass function passes control to the next task of
the same priority in the ready queue. If there is no task of the same
priority in the ready queue, the current task continues and no task
switching occurs.
The os_tsk_pass function is in the RL-RTX library. The
prototype is defined in rtl.h.
Note
You can use this function to implement a task switching system
between several tasks of the same priority.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.