On 06/01/2011 06:23 PM, Jeff Weber wrote:
> What is the best call for a user space thread to learn if it is running in
> primary or secondary mode?  (I am using POSIX skin.)

If what you want to know is whether a thread switched to secondary mode
and you did not want it, you may, with pthread_set_mode_np, ask to
receive a signal when this happen.

Any other usage is frowned upon.

-- 
                                                                Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to