Go to the source code of this file.
Macros | |
#define | USECS_PER_SEC 1000000 |
Functions | |
ec_timet | osal_current_time (void) |
int | osal_gettimeofday (struct timeval *tv, struct timezone *tz) |
boolean | osal_timer_is_expired (const osal_timert *self) |
void | osal_timer_start (osal_timert *self, uint32 timeout_usec) |
int | osal_usleep (uint32 usec) |
Variables | |
static double | qpc2usec |
static int64_t | sysfrequency |
#define USECS_PER_SEC 1000000 |
Definition at line 28 of file win32/osal.c.
ec_timet osal_current_time | ( | void | ) |
Definition at line 46 of file win32/osal.c.
int osal_gettimeofday | ( | struct timeval * | tv, |
struct timezone * | tz | ||
) |
Definition at line 30 of file win32/osal.c.
boolean osal_timer_is_expired | ( | const osal_timert * | self | ) |
Definition at line 72 of file win32/osal.c.
void osal_timer_start | ( | osal_timert * | self, |
uint32 | timeout_usec | ||
) |
Definition at line 57 of file win32/osal.c.
int osal_usleep | ( | uint32 | usec | ) |
Definition at line 86 of file win32/osal.c.
|
static |
Definition at line 26 of file win32/osal.c.
|
static |
Definition at line 25 of file win32/osal.c.