From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Roberto Bielli <roberto.bielli@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] do rt_task_create after a deletion
Date: Wed, 31 Aug 2011 09:12:16 +0200 [thread overview]
Message-ID: <4E5DDED0.8070806@domain.hid> (raw)
In-Reply-To: <4E5DDB3D.8020804@domain.hid>
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.
next prev parent reply other threads:[~2011-08-31 7:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-31 6:57 [Xenomai-core] do rt_task_create after a deletion Roberto Bielli
2011-08-31 7:12 ` Gilles Chanteperdrix [this message]
2011-08-31 7:26 ` Roberto Bielli
2011-08-31 9:07 ` Gilles Chanteperdrix
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E5DDED0.8070806@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=roberto.bielli@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.