Home
last modified time | relevance | path

Searched refs:last_clock_mono (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dmono_time.c39 uint32_t last_clock_mono; member
66 if (ticks < mono_time->last_clock_mono) { in current_time_monotonic_default()
72 mono_time->last_clock_mono = ticks; in current_time_monotonic_default()
124 mono_time->last_clock_mono = 0; in mono_time_new()