Go to the source code of this file.
Typedefs | |
| typedef int | bool_t |
| typedef void(* | sig_t )(int) |
Functions | |
| LIBTYPE uint32_t | random_get32 (void) |
| LIBTYPE uint64_t | getcurrenttime (void) |
| LIBTYPE void | msleep_approx (uint64_t ms) |
| LIBTYPE void | msleep_minimum (uint64_t ms) |
| typedef int bool_t |
Definition at line 52 of file hdhomerun_os_posix.h.
| typedef void(* sig_t)(int) |
Definition at line 55 of file hdhomerun_os_posix.h.
| LIBTYPE uint32_t random_get32 | ( | void | ) |
Definition at line 35 of file hdhomerun_os_posix.c.
| LIBTYPE uint64_t getcurrenttime | ( | void | ) |
Definition at line 51 of file hdhomerun_os_posix.c.
| LIBTYPE void msleep_approx | ( | uint64_t | ms | ) |
Definition at line 79 of file hdhomerun_os_posix.c.
| LIBTYPE void msleep_minimum | ( | uint64_t | ms | ) |
Definition at line 93 of file hdhomerun_os_posix.c.
1.6.3