Home
last modified time | relevance | path

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

/external/libevent/
Devutil_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_()
Dtime-internal.h75 ev_GetTickCount_func GetTickCount64_fn; member