Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/sntp/libevent/
HDevutil_time.c489 if (base->GetTickCount64_fn) { in evutil_GetTickCount_()
491 return base->GetTickCount64_fn(); in evutil_GetTickCount_()
525 base->GetTickCount64_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount64"); in evutil_configure_monotonic_time_()
HDtime-internal.h75 ev_GetTickCount_func GetTickCount64_fn; member
/freebsd-head/contrib/libevent/
HDevutil_time.c489 if (base->GetTickCount64_fn) { in evutil_GetTickCount_()
491 return base->GetTickCount64_fn(); in evutil_GetTickCount_()
525 base->GetTickCount64_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount64"); in evutil_configure_monotonic_time_()
HDtime-internal.h75 ev_GetTickCount_func GetTickCount64_fn; member