Re: [Xenomai] Call Alchemy API from a Posix skin thread

2018-04-19 Thread Yann le Chevoir
> On 04/19/2018 03:27 PM, Yann le Chevoir wrote: >> Hello, >> >> With Xenomai 3, I understood that all skins are based on Posix skin, >> right? >> >> I used to use Posix skin. >> I have a third party Alchemy API (I am wondering if it was well ported >> from Native to Alchemy or not...). >> >>

Re: [Xenomai] Call Alchemy API from a Posix skin thread

2018-04-19 Thread Philippe Gerum
On 04/19/2018 03:27 PM, Yann le Chevoir wrote: > Hello, > > With Xenomai 3, I understood that all skins are based on Posix skin, > right? > > I used to use Posix skin. > I have a third party Alchemy API (I am wondering if it was well ported > from Native to Alchemy or not...). > > Why can not I

Re: [Xenomai] Call Alchemy API from a Posix skin thread

2018-04-19 Thread Julien Blanc
Le jeudi 19 avril 2018 à 15:27 +0200, Yann le Chevoir a écrit : >  > I thought that both Alchemy and Posix skins would create a "Xenomai > thread" > and so I could mix the calls to API skins. You can mix the APIs, but not the descriptors (ie, don't rt_mutex_acquire a pthread_mutex_t). However, it

[Xenomai] Call Alchemy API from a Posix skin thread

2018-04-19 Thread Yann le Chevoir
Hello, With Xenomai 3, I understood that all skins are based on Posix skin, right? I used to use Posix skin. I have a third party Alchemy API (I am wondering if it was well ported from Native to Alchemy or not...). Why can not I call this API from my Posix skin? Is it an expected behavior?