This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Get the expiry status of a timer
#include <time.h> int timer_getexpstatus( timer_t timerid );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The timer_getexpstatus() function gets the expiry status of the time with the ID given by timerid.
This function is based on a POSIX draft. If you want your code to be more portable, then instead of calling timer_getexpstatus(), call timer_gettime() and check the amount of time left on the timer. |
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
timer_create(), timer_delete(), timer_getoverrun(), timer_gettime(), timer_settime(), TimerInfo()