All of lore.kernel.org
 help / color / mirror / Atom feed
* Antwort: Re: [Xenomai-core] Questions about pSOS task mode and task priority
@ 2007-01-26 17:16 Thomas Necker
  2007-01-26 17:26 ` Philippe Gerum
  0 siblings, 1 reply; 12+ messages in thread
From: Thomas Necker @ 2007-01-26 17:16 UTC (permalink / raw)
  To: xenomai

Hi Philippe

> > non-preemptive mode.
> > With original pSOS this was allowed and "non-preemptive" meant that a
> > runnable task cannot be preempted by other tasks but can block itself.
> > Why is this different in Xenomai and is it possible to implement the 
same
> > behaviour in Xenomai core?
> > 
> 
> Xenomai implements the non-preemptible mode as most RTOSes implement
> scheduling locks. From this POV, allowing a non-preemptible task to
> block makes no sense, and doing so usually either locks up the board, or
> causes an API error.
> 
> It could be possible to switch the preemption bit on before entering a
> blocking state only for pSOS tasks, then reinstate it when the task
> wakes up, though. However, before going down that path, is there any
> pSOS documentation that clearly states that such behaviour is to be
> expected (i.e. that blocking calls _may_ be called in non-preemptible
> mode)?
> 
> Or did you benefit from an undocumented and fortunate side-effect of the
> pSOS implementation when relying on such behaviour?

Since Markus has already left, I had a quick look in the pSOS System 
Concepts Manual:

    Each task has a mode word, with two settable bits that can affect 
scheduling.
    One bit controls the task's preemptibility. If disabled, then once the 
task
    enters the running state, it will stay running even if other tasks
    of higher priority enter the ready state. A task switch will occur 
only if
    the running task blocks, or if it re-enables preemption.

So it clearly states that a non-preemtible task may block (and 
rescheduling occurs in
this case).

Regards,
Thomas





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-01-31 10:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-26 17:16 Antwort: Re: [Xenomai-core] Questions about pSOS task mode and task priority Thomas Necker
2007-01-26 17:26 ` Philippe Gerum
2007-01-29 13:25   ` Gilles Chanteperdrix
2007-01-29 14:53     ` Philippe Gerum
2007-01-30  7:49       ` [Xenomai-core] Xenomai Bits on MIPS somshekar kadam
2007-01-30  9:21         ` Jan Kiszka
2007-01-31  0:40     ` Antwort: Re: [Xenomai-core] Questions about pSOS task mode and task priority Philippe Gerum
2007-01-31  8:55       ` Gilles Chanteperdrix
2007-01-31  9:10         ` Philippe Gerum
2007-01-31  9:28           ` Gilles Chanteperdrix
2007-01-31 10:24             ` Philippe Gerum
2007-01-31 10:26             ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.