Results 1 to 2 of 2
hi friends, Is there any functions in linux which is similar to settimer, killtimer function in windows.
I know one thing that we can set timer by using gettimeofday() function. ...
- 12-29-2009 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 30
C Timer functions
hi friends, Is there any functions in linux which is similar to settimer, killtimer function in windows.
I know one thing that we can set timer by using gettimeofday() function. Is there any other way
- 12-29-2009 #2
In GNU, you use signals for that.
Setting an Alarm - The GNU C LibraryDebian GNU/Linux -- You know you want it.


Reply With Quote