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 11:07:39 +0200 [thread overview]
Message-ID: <4E5DF9DB.9090305@domain.hid> (raw)
In-Reply-To: <4E5DE23B.40402@domain.hid>
On 08/31/2011 09:26 AM, Roberto Bielli wrote:
> Hi,
>
> i explain better. if i don't use rt_task_join i remove the flag
> T_JOINABLE, so i wait the task termination with a rt_task_create that
> return -EEXIST.
The only way to wait for a thread to have freed all resources (notably
its stack) is to create it with T_JOINABLE and join it.
--
Gilles.
prev parent reply other threads:[~2011-08-31 9:07 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
2011-08-31 7:26 ` Roberto Bielli
2011-08-31 9:07 ` Gilles Chanteperdrix [this message]
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=4E5DF9DB.9090305@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.