From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 28 Feb 2006 06:07:50 -0800 Subject: Re: [Xenomai-help] resume/suspend periodic timing issue From: Steven Seeger Message-ID: In-Reply-To: <17412.22080.12915.184100@domain.hid> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit 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@xenomai.org" My "opinion" is that if a task is forcibly suspended, it should not accrue overruns. This should only occur when a task is delayed or ready. Steven On 2/28/06 5:55 AM, "Gilles Chanteperdrix" wrote: > Steven Seeger wrote: >> I have never see an RTOS exhibit this behavior, and previous versions of >> Fusion and the classic RTAI did not. > > In your opinion, rt_task_wait_period should return -ETIMEDOUT only once > and reset the overruns count ? How does the application get the overruns > count then ? With an additional function call ?