HomeSort by relevance Sort by last modified time
    Searched refs:ev_GetTickCount_func (Results 1 - 2 of 2) sorted by null

  /external/libevent/
time-internal.h 60 typedef ULONGLONG (WINAPI *ev_GetTickCount_func)(void);
74 ev_GetTickCount_func GetTickCount64_fn;
75 ev_GetTickCount_func GetTickCount_fn;
evutil_time.c 480 base->GetTickCount64_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount64");
481 base->GetTickCount_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount");

Completed in 51 milliseconds