Subj : Re: nptl and signals To : comp.programming.threads From : Chris Vine Date : Thu Jul 28 2005 10:58 am divijbhatt@gmail.com wrote: > Hi, > Chris/joe O.K my problem is solved I think I have to leave my > project, change the design or I think I have to do some other > project.Anyway can you tell me whether setitimer() is for process or > for thread basis. The Single Unix Specification provides that: "An XSI-conforming implementation provides each process with at least three interval timers ... ", so it looks as if it is a process resource. Which thread receives the signal generated on expiry of the relevant time has been the subject of earlier postings (POSIX does not specify this if the signal is unblocked to more than one thread). Chris -- To reply by e-mail remove the --nospam-- in the address. .