Searched refs:kernel_ftime (Results 1 – 1 of 1) sorted by relevance
44 FILETIME dummy, kernel_ftime, user_ftime; in GetThreadCPUTimeNs() local45 ::GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &kernel_ftime, in GetThreadCPUTimeNs()47 uint64_t kernel_time = kernel_ftime.dwHighDateTime * 0x100000000 + in GetThreadCPUTimeNs()48 kernel_ftime.dwLowDateTime; in GetThreadCPUTimeNs()