Home
last modified time | relevance | path

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

/external/libevent/
Devutil_time.c492 } else if (base->GetTickCount_fn) { in evutil_GetTickCount_()
498 ev_uint64_t v = base->GetTickCount_fn(); in evutil_GetTickCount_()
526 base->GetTickCount_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount"); in evutil_configure_monotonic_time_()
Dtime-internal.h76 ev_GetTickCount_func GetTickCount_fn; member