Related to ITIMER_REAL
Author Message
Posted : Tue, 17 June 2008 11:19:12
Subject : Related to ITIMER_REAL
Hi All, I am trying to start two ITIMER_REAL timers.I use the following functions getitimer and setitimer.I am keeping two separate structure members of type struct itimerval for each of the timers. But when I try to retrieve by using getitimer I always get the timer which I had started later. Even if I use the different structure members. What is the procedure to get the respective timer values correctly? Thanks in advance. Regards Arnab
Shashank Sharma
Posted : Fri, 27 June 2008 11:51:37
Subject : Related to ITIMER_REAL
I don't know if these links are at all helpful: http://www.gnu.org/software/guile/manual/html_node/Signals.html http://swoolley.org/man.cgi/2/getitimer --- read the bugs section