Searched refs:GetTickCount64_fn (Results 1 – 2 of 2) sorted by relevance
489 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_()
75 ev_GetTickCount_func GetTickCount64_fn; member