Jan Kiszka wrote:
> Hi,
> 
> what is the policy for the user space handles the native skin generates:
> Can the user share them between processes via putting them into shared
> memory (like it is allowed for some POSIX objects)?
> 
> I'm wondering if I have to use the POSIX pattern to resolve the address
> of a fast mutex: If shared, look to global heap, otherwise use
> process-local heap.

The posix skin does only this only the first time. If the address is
local, it is computed and stored locally and never recomputed again.

-- 
                                                 Gilles.

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to