Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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







Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2002
Added on Sep 5 2002
1 comment
101 views