From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4C73C4F5.3000302@domain.hid> Date: Tue, 24 Aug 2010 15:11:17 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4C72D8C7.6000303@domain.hid> <4C73B776.4050607@domain.hid> <4C73C491.6090800@domain.hid> In-Reply-To: <4C73C491.6090800@domain.hid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] periodical task in posix skin List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ramoncostacastello@domain.hid Cc: Xenomai help Ramon wrote: > On 24/08/2010 14:13, Gilles Chanteperdrix wrote: >> ramon costa wrote: >> >>> Any suggestion to substitute pthread_make_periodic_np and pthread_wait_np >>> in a POSIX skin ? >>> >> clock_nanosleep with TIMER_ABSTIME. >> >> >> > > Unfortunatelly, clock_nanosleep is a relative delay while > pthread_make_periodic_n is an absolute one, as a consequence the > behaviour is different. TIMER_ABSTIME means absolute delay. -- Gilles.