Searched refs:old_time (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dnstime.c163 nstime_t old_time; local
165 nstime_copy(&old_time, time);
169 if (unlikely(nstime_compare(&old_time, time) > 0)) {
170 nstime_copy(time, &old_time);

Completed in 24 milliseconds