Subj : Re: nptl and signals To : comp.programming.threads From : David Schwartz Date : Tue Aug 23 2005 03:42 pm wrote in message news:1124774660.006050.181550@f14g2000cwb.googlegroups.com... > I want to know that how can I set the timer on a per thread basis in > POSIX threads (NPTL) Linux. Just decide exactly what you want this per-thread timer to do and code it. I would recommend creating another thread to manage the timers. You can set timers any way you want and have the thread to anything at all when the timer expires. DS .