From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: [Xenomai-core] [patch, minor] xnpipe_recv and xntimer_get_timeout_periodic() From: Philippe Gerum In-Reply-To: References: <1156154538.4402.32.camel@domain.hid> Content-Type: text/plain Date: Mon, 21 Aug 2006 13:27:11 +0200 Message-Id: <1156159631.4402.41.camel@domain.hid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: rpm@xenomai.org List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Adamushko Cc: xenomai@xenomai.org On Mon, 2006-08-21 at 12:47 +0200, Dmitry Adamushko wrote: > > what about pipe-related change (I mean timeslice updating in > xnpipe_recv()) ? > It's basically useless, since xnsynch_sleep_on() handles the resource stealing case internally, and the loop in xnpipe_recv is fake actually. Think of it as a goto statement in disguise. > > -- > Best regards, > Dmitry Adamushko -- Philippe.