Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Initial Version and Version 2 of Ticket #2365


Ignore:
Timestamp:
06/12/15 12:12:15 (9 years ago)
Author:
Sebastian Huber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2365 – Description

    initial v2  
    11We have for example:
    22
     3{{{
    34Scheduler_Void_or_thread _Scheduler_priority_Unblock (
    45  const Scheduler_Control *scheduler,
     
    3940  SCHEDULER_RETURN_VOID_OR_NULL;
    4041}
     42}}}
    4143
    4244So the unblock event of a pseudo ISR task (MPCI or timer server) may pre-empt a task with disabled pre-emption.  Suppose a higher priority task than the non-preemptible task is ready.  Then this task gets scheduled once the pseudo ISR task blocks again.