Searched refs:ev_GetTickCount_func (Results 1 – 2 of 2) sorted by relevance
61 typedef ULONGLONG (WINAPI *ev_GetTickCount_func)(void); typedef75 ev_GetTickCount_func GetTickCount64_fn;76 ev_GetTickCount_func GetTickCount_fn;
525 base->GetTickCount64_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount64"); in evutil_configure_monotonic_time_()526 base->GetTickCount_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount"); in evutil_configure_monotonic_time_()