From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4C73C491.6090800@domain.hid> Date: Tue, 24 Aug 2010 15:09:37 +0200 From: Ramon MIME-Version: 1.0 References: <4C72D8C7.6000303@domain.hid> <4C73B776.4050607@domain.hid> In-Reply-To: <4C73B776.4050607@domain.hid> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] periodical task in posix skin Reply-To: ramoncostacastello@domain.hid List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: Xenomai help 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. Ramon