Re: [Xenomai] Xenomai-forge pSOS t_start followed by t_suspend does not work

2014-02-28 Thread Philippe Gerum
On 02/26/2014 09:54 AM, Kim De Mey wrote: 2014-02-10 12:23 GMT+01:00 Kim De Mey kim.de...@gmail.com: 2014-02-09 17:57 GMT+01:00 Philippe Gerum r...@xenomai.org: On 02/06/2014 02:36 PM, Kim De Mey wrote: Hi, I believe there is a problem in Xenomai-forge when doing a pSOS t_suspend() call

Re: [Xenomai] Xenomai-forge pSOS t_start followed by t_suspend does not work

2014-02-28 Thread Philippe Gerum
On 02/28/2014 02:30 PM, Philippe Gerum wrote: On 02/26/2014 09:54 AM, Kim De Mey wrote: 2014-02-10 12:23 GMT+01:00 Kim De Mey kim.de...@gmail.com: 2014-02-09 17:57 GMT+01:00 Philippe Gerum r...@xenomai.org: On 02/06/2014 02:36 PM, Kim De Mey wrote: Hi, I believe there is a problem in

Re: [Xenomai] Xenomai-forge pSOS t_start followed by t_suspend does not work

2014-02-28 Thread Kim De Mey
2014-02-28 15:02 GMT+01:00 Philippe Gerum r...@xenomai.org: On 02/28/2014 02:30 PM, Philippe Gerum wrote: On 02/26/2014 09:54 AM, Kim De Mey wrote: 2014-02-10 12:23 GMT+01:00 Kim De Mey kim.de...@gmail.com: 2014-02-09 17:57 GMT+01:00 Philippe Gerum r...@xenomai.org: On 02/06/2014 02:36 PM,

Re: [Xenomai] Xenomai-forge pSOS t_start followed by t_suspend does not work

2014-02-28 Thread Philippe Gerum
On 02/28/2014 03:35 PM, Kim De Mey wrote: 2014-02-28 15:02 GMT+01:00 Philippe Gerum r...@xenomai.org: On 02/28/2014 02:30 PM, Philippe Gerum wrote: On 02/26/2014 09:54 AM, Kim De Mey wrote: 2014-02-10 12:23 GMT+01:00 Kim De Mey kim.de...@gmail.com: 2014-02-09 17:57 GMT+01:00 Philippe Gerum

Re: [Xenomai] Xenomai-forge pSOS t_start followed by t_suspend does not work

2014-02-26 Thread Kim De Mey
2014-02-10 12:23 GMT+01:00 Kim De Mey kim.de...@gmail.com: 2014-02-09 17:57 GMT+01:00 Philippe Gerum r...@xenomai.org: On 02/06/2014 02:36 PM, Kim De Mey wrote: Hi, I believe there is a problem in Xenomai-forge when doing a pSOS t_suspend() call right after a t_start() call. It looks like

Re: [Xenomai] Xenomai-forge pSOS t_start followed by t_suspend does not work

2014-02-10 Thread Kim De Mey
2014-02-09 17:57 GMT+01:00 Philippe Gerum r...@xenomai.org: On 02/06/2014 02:36 PM, Kim De Mey wrote: Hi, I believe there is a problem in Xenomai-forge when doing a pSOS t_suspend() call right after a t_start() call. It looks like the task does not get suspended in some cases. The return

Re: [Xenomai] Xenomai-forge pSOS t_start followed by t_suspend does not work

2014-02-09 Thread Philippe Gerum
On 02/06/2014 02:36 PM, Kim De Mey wrote: Hi, I believe there is a problem in Xenomai-forge when doing a pSOS t_suspend() call right after a t_start() call. It looks like the task does not get suspended in some cases. The return value of t_suspend() is 0 however. I suspect that this happens

[Xenomai] Xenomai-forge pSOS t_start followed by t_suspend does not work

2014-02-06 Thread Kim De Mey
Hi, I believe there is a problem in Xenomai-forge when doing a pSOS t_suspend() call right after a t_start() call. It looks like the task does not get suspended in some cases. The return value of t_suspend() is 0 however. I suspect that this happens when the threadobj_prologue() is not finished