From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4E5DDDF6.6030700@domain.hid> Date: Wed, 31 Aug 2011 09:08:38 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4E5DDA3F.9090904@domain.hid> In-Reply-To: <4E5DDA3F.9090904@domain.hid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] rt_task handle status after delete List-Id: Xenomai life and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roberto Bielli Cc: xenomai@xenomai.org On 08/31/2011 08:52 AM, Roberto Bielli wrote: > Hi, > > it's ok to call rt_task_inquire after the task is deleted or the rt_task > handle is invalid after a rt_task_delete ? The rt_task handle is invalid after rt_task_delete, the only thing which will work is rt_task_join if the task was created joinable. -- Gilles.