Portable timers. More...
#include <razorback/visibility.h>
#include <razorback/types.h>
#include <signal.h>
#include <time.h>
Go to the source code of this file.
Data Structures | |
struct | Timer |
Timer structure. More... | |
Functions | |
SO_PUBLIC struct Timer * | Timer_Create (uint32_t interval, void(*handler)(void *), void *userData) |
Create a timer. | |
SO_PUBLIC void | Timer_Destroy (struct Timer *timer) |
Destroy a timer. |
Portable timers.
SO_PUBLIC struct Timer* Timer_Create | ( | uint32_t | interval, | |
void(*)(void *) | handler, | |||
void * | userData | |||
) | [read] |