From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4E552695.7090401@domain.hid> Date: Wed, 24 Aug 2011 18:28:05 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4E54EAE4.2060705@domain.hid> <4E54F5B4.5070100@domain.hid> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Hanging List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: suresh reddy Cc: Xenomai help On 08/24/2011 04:12 PM, suresh reddy wrote: > Thank you Giles. > > yes .The rt_printf is single-writer/ single -reader. No, each thread has a buffer. But the point is that the thread which empties the buffers and prints them run in secondary mode, so, it will not run if there is always a real-time thread running, the buffer will fill up, and nothing will be printed. -- Gilles.