Go to the source code of this file.
Functions | |
| uint32_t | random_get32 (void) |
| uint64_t | getcurrenttime (void) |
| void | msleep_approx (uint64_t ms) |
| void | msleep_minimum (uint64_t ms) |
| uint32_t random_get32 | ( | void | ) |
Definition at line 35 of file hdhomerun_os_posix.c.
Referenced by hdhomerun_device_tuner_lockkey_request().
| uint64_t getcurrenttime | ( | void | ) |
Definition at line 51 of file hdhomerun_os_posix.c.
Referenced by channelscan_detect(), channelscan_find_lock(), cmd_save(), hdhomerun_control_recv_sock(), hdhomerun_debug_flush(), hdhomerun_debug_output_message_file(), hdhomerun_debug_output_message_sock(), hdhomerun_device_wait_for_lock(), hdhomerun_discover_find_devices(), hdhomerun_sock_connect(), hdhomerun_sock_recv(), hdhomerun_sock_recvfrom(), hdhomerun_sock_send(), hdhomerun_sock_sendto(), hdhomerun_sock_wait_for_event(), hdhomerun_sock_wait_for_read_event(), hdhomerun_sock_wait_for_write_event(), and msleep_minimum().
| void msleep_approx | ( | uint64_t | ms | ) |
Definition at line 79 of file hdhomerun_os_posix.c.
Referenced by channelscan_detect(), channelscan_find_lock(), cmd_save(), hdhomerun_debug_flush(), hdhomerun_debug_thread_execute(), hdhomerun_device_wait_for_lock(), hdhomerun_discover_find_devices(), hdhomerun_sock_wait_for_read_event(), hdhomerun_sock_wait_for_write_event(), and msleep_minimum().
| void msleep_minimum | ( | uint64_t | ms | ) |
Definition at line 93 of file hdhomerun_os_posix.c.
Referenced by cmd_upgrade(), hdhomerun_device_stream_start(), and hdhomerun_device_wait_for_lock().
1.6.3