On 08/31/2011 08:57 AM, Roberto Bielli wrote:
> Hi,
> 
> if i don't want to use rt_task_join to wait termination on a task,

Then do not create the task with the T_JOINABLE flag.

> is it 
> correct to use rt_task_create and wait until the return value is 
> different from -EEXIST after a deletion?

I am not sure rt_task_create returns EEXIST when a task has been deleted
but not joined. But in any case, the answer is no, a joinable task will
not be joined automatically, only rt_task_join will cause it to be joined.

-- 
                                            Gilles.

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

Reply via email to