From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivek Srivastava Subject: timers in linux Date: Thu, 28 Sep 2006 11:37:55 +0530 Message-ID: <451B66BB.3020102@txc.stpn.soft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org All, Our application has multiple threads running in user space. Each thread requires multiple timers with millisecond granularity. Please suggest how to implement generic functions for timers in such situation. thanks, Vivek