mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 16:29:45 +08:00
Check that no ask help request is registered during unblock and yield scheduler operations. There is no need to ask for help if a scheduled thread yields, since this is already covered by the pre-emption detection. Update #2556.