Hi, I have question regarding using
int rt_alarm_create     (     RT_ALARM *      alarm,
        const char *      name,
        rt_alarm_t      handler,
        void *      cookie     
    )     

If I installed a kernel-space handler to an RT_ALARM object, then when this 
handler is executing, will this handler be preempted by other higher-priority 
interrupts? If yes, can I prevent this from happening?


Thanks,
Tom
_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to