From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <44781751.30705@domain.hid> Date: Sat, 27 May 2006 11:09:37 +0200 From: Jean-Olivier Villemure MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] Best way to identify a Xenomai task Reply-To: jean-olivier.villemure@domain.hid List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Hi, I'm looking for the best to identify a Xenomai Task. We are running multiple task inside kernel space and I need to identify each of these task. Is there a sort of TaskID ? Otherwise I could look at the address of the thread associated to one task, but is there a better way? Thank You!