GNU libmicrohttpd 1.0.0
|
#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) |
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.
Monotonic seconds counter. Tries to be not affected by manually setting the system real time clock or adjustments by NTP synchronization.
Definition at line 337 of file mhd_mono_clock.c.
Deinitialise monotonic seconds counter by freeing any allocated resources
Deinitialise monotonic seconds and milliseconds counters by freeing any allocated resources
Definition at line 316 of file mhd_mono_clock.c.
Initialise monotonic seconds counter.
Initialise monotonic seconds and milliseconds counters.
Definition at line 138 of file mhd_mono_clock.c.