Go to the source code of this file.
Typedefs | |
| typedef int | bool_t |
Functions | |
| static int | msleep (unsigned int ms) |
| static uint64_t | getcurrenttime (void) |
| static int | setsocktimeout (int s, int level, int optname, uint64_t timeout) |
| typedef int bool_t |
Definition at line 52 of file hdhomerun_os_posix.h.
| static int msleep | ( | unsigned int | ms | ) | [inline, static] |
Definition at line 61 of file hdhomerun_os_posix.h.
Referenced by channelscan_detect(), channelscan_find_lock(), cmd_save(), hdhomerun_debug_flush(), hdhomerun_debug_thread_execute(), hdhomerun_device_stream_start(), hdhomerun_device_wait_for_lock(), TaskQueue::run(), and MonitorThread::run().
| static uint64_t getcurrenttime | ( | void | ) | [inline, static] |
Definition at line 67 of file hdhomerun_os_posix.h.
Referenced by channelscan_detect(), channelscan_find_lock(), cmd_save(), hdhomerun_control_recv_sock(), hdhomerun_debug_flush(), hdhomerun_debug_output_message_file(), hdhomerun_device_tuner_lockkey_request(), hdhomerun_device_wait_for_lock(), and hdhomerun_discover_find_devices_internal().
| static int setsocktimeout | ( | int | s, | |
| int | level, | |||
| int | optname, | |||
| uint64_t | timeout | |||
| ) | [inline, static] |
Definition at line 74 of file hdhomerun_os_posix.h.
Referenced by hdhomerun_control_connect_sock(), hdhomerun_dhcp_create(), hdhomerun_discover_sock_create(), and hdhomerun_video_create().
1.5.5