Paolo Mantegazza wrote: > Are you talking of RTAI own kernel tasks or Linux hardened kthreads? > Is the suspension being enforced onto the said task from another task? > Paolo. A and B are RTAI own tasks (rt_task_init). Task A calls rt_task_suspend passing the pointer to task B. B is suspended by now. Rodrigo