Home
last modified time | relevance | path

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

/external/libevent/
Dtime-internal.h61 typedef ULONGLONG (WINAPI *ev_GetTickCount_func)(void); typedef
75 ev_GetTickCount_func GetTickCount64_fn;
76 ev_GetTickCount_func GetTickCount_fn;
Devutil_time.c525 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_()