Get the expiry status of a timer
#include <time.h> int timer_getexpstatus( timer_t timerid );
libc
The timer_getexpstatus() function gets the expiry status of the time with the ID given by timerid.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |