Advanced Search
Stay Signed In
Don't have an account yet?
Start a Free Trial
Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The Linux Programming Interface
The setitimer() system call establishes an interval timer, which is a timer that expires at a future point in time and (optionally) at regular intervals after that.
#include <sys/time.h> int setitimer(int which, const struct itimerval *new_value, struct itimerval *old_value);
You are currently reading a PREVIEW of this book.
Get instant access to over $1 million worth of books and videos.