Re: [Xenomai-core] rt_task_sleep doesn't work with round robin scheduling

2008-02-04 Thread Gilles Chanteperdrix
On Mon, Feb 4, 2008 at 12:50 PM, Soft Axel <[EMAIL PROTECTED]> wrote: > > Gilles Chanteperdrix ha scritto: > On Fri, Feb 1, 2008 at 11:02 AM, Soft Axel <[EMAIL PROTECTED]> wrote: > > > Gilles Chanteperdrix ha scritto: > > On Fri, Feb 1, 2008 at 10:42 AM, axel axel <[EMAIL PROTECTED]> wrote: > >

Re: [Xenomai-core] rt_task_sleep doesn't work with round robin scheduling

2008-02-04 Thread Soft Axel
Gilles Chanteperdrix ha scritto: On Fri, Feb 1, 2008 at 11:02 AM, Soft Axel <[EMAIL PROTECTED]> wrote: Gilles Chanteperdrix ha scritto: On Fri, Feb 1, 2008 at 10:42 AM, axel axel <[EMAIL PROTECTED]> wrote: 2008/2/1, Gilles Chanteperdrix <[EMAIL PROTECTED]>: On Fri, Feb 1, 2008 at 10:

Re: [Xenomai-core] rt_task_sleep doesn't work with round robin scheduling

2008-02-04 Thread Soft Axel
Gilles Chanteperdrix ha scritto: On Fri, Feb 1, 2008 at 11:02 AM, Soft Axel <[EMAIL PROTECTED]> wrote: Gilles Chanteperdrix ha scritto: On Fri, Feb 1, 2008 at 10:42 AM, axel axel <[EMAIL PROTECTED]> wrote: 2008/2/1, Gilles Chanteperdrix <[EMAIL PROTECTED]>: On Fri, Feb 1, 2008 at 10:

Re: [Xenomai-core] rt_task_sleep doesn't work with round robin scheduling

2008-02-01 Thread Gilles Chanteperdrix
On Fri, Feb 1, 2008 at 11:02 AM, Soft Axel <[EMAIL PROTECTED]> wrote: > > Gilles Chanteperdrix ha scritto: > > On Fri, Feb 1, 2008 at 10:42 AM, axel axel <[EMAIL PROTECTED]> wrote: > > > 2008/2/1, Gilles Chanteperdrix <[EMAIL PROTECTED]>: > > > On Fri, Feb 1, 2008 at 10:08 AM, axel axel <[EMAIL

Re: [Xenomai-core] rt_task_sleep doesn't work with round robin scheduling

2008-02-01 Thread Soft Axel
Gilles Chanteperdrix ha scritto: On Fri, Feb 1, 2008 at 10:42 AM, axel axel <[EMAIL PROTECTED]> wrote: 2008/2/1, Gilles Chanteperdrix <[EMAIL PROTECTED]>: On Fri, Feb 1, 2008 at 10:08 AM, axel axel <[EMAIL PROTECTED]> wrote: Hi, i try to use rt_task_sleep( 1000 ) in a user-

Re: [Xenomai-core] rt_task_sleep doesn't work with round robin scheduling

2008-02-01 Thread Gilles Chanteperdrix
On Fri, Feb 1, 2008 at 10:42 AM, axel axel <[EMAIL PROTECTED]> wrote: > > > 2008/2/1, Gilles Chanteperdrix <[EMAIL PROTECTED]>: > > On Fri, Feb 1, 2008 at 10:08 AM, axel axel <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > i try to use rt_task_sleep( 1000 ) in a user-space task under > > > rou

Re: [Xenomai-core] rt_task_sleep doesn't work with round robin scheduling

2008-02-01 Thread axel axel
2008/2/1, Gilles Chanteperdrix <[EMAIL PROTECTED]>: > > On Fri, Feb 1, 2008 at 10:08 AM, axel axel <[EMAIL PROTECTED]> wrote: > > Hi, > > > > i try to use rt_task_sleep( 1000 ) in a user-space task under > > round-robin scheduling but doesnt' work. > Do not forget that the number passed to rt_t

Re: [Xenomai-core] rt_task_sleep doesn't work with round robin scheduling

2008-02-01 Thread Gilles Chanteperdrix
On Fri, Feb 1, 2008 at 10:08 AM, axel axel <[EMAIL PROTECTED]> wrote: > Hi, > > i try to use rt_task_sleep( 1000 ) in a user-space task under > round-robin scheduling but doesnt' work. Do not forget that the number passed to rt_task_sleep is a count of ticks (and documented as such), so, if yo

Re: [Xenomai-core] rt_task_sleep doesn't work with round robin scheduling

2008-02-01 Thread Gilles Chanteperdrix
On Fri, Feb 1, 2008 at 10:08 AM, axel axel <[EMAIL PROTECTED]> wrote: > Hi, > > i try to use rt_task_sleep( 1000 ) in a user-space task under > round-robin scheduling but doesnt' work. > > It returns the value -11. > > Any idea ? Do you observe the same behaviour with xenomai trunk ? --