GNU libmicrohttpd
0.9.68
|
#include "mhd_options.h"
Go to the source code of this file.
Functions | |
void | MHD_monotonic_sec_counter_init (void) |
void | MHD_monotonic_sec_counter_finish (void) |
time_t | MHD_monotonic_sec_counter (void) |
time_t MHD_monotonic_sec_counter | ( | void | ) |
Monotonic seconds counter, useful for timeout calculation. Tries to be not affected by manually setting the system real time clock or adjustments by NTP synchronization.
Definition at line 338 of file mhd_mono_clock.c.
void MHD_monotonic_sec_counter_finish | ( | void | ) |
Deinitialise monotonic seconds counter by freeing any allocated resources
Definition at line 317 of file mhd_mono_clock.c.
void MHD_monotonic_sec_counter_init | ( | void | ) |
Initialise monotonic seconds counter.
Definition at line 139 of file mhd_mono_clock.c.