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