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

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dtime-internal.h74 ev_GetTickCount_func GetTickCount64_fn; member in struct:evutil_monotonic_timer
H A Devutil_time.c406 if (base->GetTickCount64_fn) {
408 return base->GetTickCount64_fn();
442 base->GetTickCount64_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount64");

Completed in 147 milliseconds