Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/time/
H A Dclock.c10 ULARGE_INTEGER g_StartupTime; variable
15 GetSystemTimeAsFileTime((FILETIME*)&g_StartupTime); in initclock()
28 Time.QuadPart -= g_StartupTime.QuadPart; in clock()