Re: [Xenomai] any extra reasons for -EINTR in xenomai

2017-03-06 Thread Henning Schild
Am Fri, 3 Mar 2017 16:57:04 +0100 schrieb Philippe Gerum : > On 03/03/2017 03:18 PM, Henning Schild wrote: > > Hi, > > > > someone came to me asking about reasons why system calls would exit > > with -EINTR on a xenomai 2 system. As far as i know there a are two > > possible

Re: [Xenomai] any extra reasons for -EINTR in xenomai

2017-03-03 Thread Philippe Gerum
On 03/03/2017 03:18 PM, Henning Schild wrote: > Hi, > > someone came to me asking about reasons why system calls would exit > with -EINTR on a xenomai 2 system. As far as i know there a are two > possible reasons for that to happen. > 1. the thread received a signal while being blocked in the

[Xenomai] any extra reasons for -EINTR in xenomai

2017-03-03 Thread Henning Schild
Hi, someone came to me asking about reasons why system calls would exit with -EINTR on a xenomai 2 system. As far as i know there a are two possible reasons for that to happen. 1. the thread received a signal while being blocked in the call 2. the thread got a rt_task_unblock Now we are pretty