Implemetation of timer logic on SunSolaris using setitimer
807578Sep 5 2002 — edited Oct 25 2002
I have developed a timer logic using setitimer with ITIMER_REAL clock .But i am not able to block the signals.I tried using SIGhold and Sigrlse it was not working .
Then I tried using timer_create and tried blocking the SIGUSR1 signal generated by the timer_create
system call.Then also i am not able to block the signal.
Can anyone suggest a solution for implementing the timer logic using the timer functions like setitimer and timer_create and blocking the signals genetrated by them