From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <475D76FE.4090100@domain.hid> Date: Mon, 10 Dec 2007 18:27:26 +0100 From: Theo Veenker MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] multiple tasks calling rt_pipe_write() on same pipe List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xenomai Hi, I have multiple tasks all calling rt_pipe_write() to send some data through the same pipe. Is my assumption that rt_pipe_write() won't be interupted when a higher priority thread becomes ready correct? Theo