Re: [PATCH] score: Remove PRIORITY_PSEUDO_ISR thread priority

2022-07-26 Thread Sebastian Huber
On 22/07/2022 14:35, Sebastian Huber wrote: On 21.07.22 16:20, Joel Sherrill wrote: On Thu, Jul 21, 2022 at 12:53 AM Sebastian Huber > wrote:     Hello Gedare and Joel,     On 15.07.22 10:43, Sebastian Huber wrote: > The uniprocessor

Re: [PATCH] score: Remove PRIORITY_PSEUDO_ISR thread priority

2022-07-22 Thread Sebastian Huber
On 21.07.22 16:20, Joel Sherrill wrote: On Thu, Jul 21, 2022 at 12:53 AM Sebastian Huber > wrote: Hello Gedare and Joel, On 15.07.22 10:43, Sebastian Huber wrote: > The uniprocessor schedulers had some special case logic for the

Re: [PATCH] score: Remove PRIORITY_PSEUDO_ISR thread priority

2022-07-21 Thread Joel Sherrill
On Thu, Jul 21, 2022 at 12:53 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Gedare and Joel, > > On 15.07.22 10:43, Sebastian Huber wrote: > > The uniprocessor schedulers had some special case logic for the > > PRIORITY_PSEUDO_ISR priority. Tasks with a priority of >

Re: [PATCH] score: Remove PRIORITY_PSEUDO_ISR thread priority

2022-07-20 Thread Sebastian Huber
Hello Gedare and Joel, On 15.07.22 10:43, Sebastian Huber wrote: The uniprocessor schedulers had some special case logic for the PRIORITY_PSEUDO_ISR priority. Tasks with a priority of PRIORITY_PSEUDO_ISR were allowed to preempt a not preemptible task. If other higher priority task are made

[PATCH] score: Remove PRIORITY_PSEUDO_ISR thread priority

2022-07-15 Thread Sebastian Huber
The uniprocessor schedulers had some special case logic for the PRIORITY_PSEUDO_ISR priority. Tasks with a priority of PRIORITY_PSEUDO_ISR were allowed to preempt a not preemptible task. If other higher priority task are made ready while a PRIORITY_PSEUDO_ISR task preempts a not preemptible