Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
How to declare a interval timer ?
Answer

SYNOPSIS top

 #include <sys/time.h> int getitimer(int which, struct itimerval *curr_value); int setitimer(int which, const struct itimerval *new_value, struct itimerval *old_value);

Question
How to declare a interval timer ?
Answer
?

Question
How to declare a interval timer ?
Answer

SYNOPSIS top

 #include <sys/time.h> int getitimer(int which, struct itimerval *curr_value); int setitimer(int which, const struct itimerval *new_value, struct itimerval *old_value);
If you want to change selection, open document below and click on "Move attachment"

getitimer(2) - Linux manual page
URN VALUE | ERRORS | CONFORMING TO | NOTES | BUGS | SEE ALSO | COLOPHON GETITIMER(2) Linux Programmer's Manual GETITIMER(2) NAME top getitimer, setitimer - get or set value of an interval timer <span>SYNOPSIS top #include <sys/time.h> int getitimer(int which, struct itimerval *curr_value); int setitimer(int which, const struct itimerval *new_value, struct itimerval *old_value); DESCRIPTION top These system calls provide access to interval timers, that is, timers that initially expire at some point in the future, and (optionally) at regular intervals after that

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.