Re: [Xenomai-help] blocked or not blocked call on snippet/shared_mem.c?

2006-01-18 Thread Jeroen Van den Keybus
I'm confused. Did you really mean TM_NONBLOCK?Am I missing something?   I think you have to read it like this:      Bind to a shared heap which has been created elsewhere, either   in kernel or user-space. The call will block us until such heap   is created with the expected name.    

[Xenomai-help] blocked or not blocked call on snippet/shared_mem.c?

2006-01-18 Thread Rodrigo Rosenfeld Rosas
I was looking at the xenomai snippets and found the shared_mem.c snippet confused. Here's a snippet from the snippet ;) /* ...The call will block us until such heap is created with the expected name... */ err = rt_heap_bind(&heap_desc,"SomeShmName",TM_NONBLOCK); I'm confused. Did yo

Re: [Xenomai-help] blocked or not blocked call on snippet/shared_mem.c?

2006-01-18 Thread Jeroen Van den Keybus
I'm confused. Did you really mean TM_NONBLOCK?Am I missing something?   I think you have to read it like this:      Bind to a shared heap which has been created elsewhere, either   in kernel or user-space. The call will block us until such heap   is created with the expected name.    

[Xenomai-help] blocked or not blocked call on snippet/shared_mem.c?

2006-01-18 Thread Rodrigo Rosenfeld Rosas
I was looking at the xenomai snippets and found the shared_mem.c snippet confused. Here's a snippet from the snippet ;) /* ...The call will block us until such heap is created with the expected name... */ err = rt_heap_bind(&heap_desc,"SomeShmName",TM_NONBLOCK); I'm confused. Did yo