[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] RT interrupt service routine question



> Howdy RTL/RTAI comrades
> 
> Can one do a rt_task_suspend and rt_task_resume within a RT interrupt
> service routine?

rt_task_resume? :-o
What version has this function?

pthread_wakeup_np() and pthread_suspend_np() are safe to use from
an IT handler. rt_task_suspend() detto.
See http://gatling.aszi.sztaki.hu/~kissg/doc_nmt/context.html

BTW. Any contribution is welcome! :-)

Gabor