Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Dtime-internal.h61 typedef ULONGLONG (WINAPI *ev_GetTickCount_func)(void); typedef
75 ev_GetTickCount_func GetTickCount64_fn;
76 ev_GetTickCount_func GetTickCount_fn;
H A 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_()
/freebsd/contrib/libevent/
H A Dtime-internal.h61 typedef ULONGLONG (WINAPI *ev_GetTickCount_func)(void); typedef
75 ev_GetTickCount_func GetTickCount64_fn;
76 ev_GetTickCount_func GetTickCount_fn;
H A 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_()