Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c67 FILETIME ftNow, ftCreation, ftExit, ftKernel, ftUser; in get_cpu_stats() local
77 if (!GetProcessTimes(GetCurrentProcess(), &ftCreation, &ftExit, in get_cpu_stats()
84 *total_time = filetime_to_scalar(ftNow) - filetime_to_scalar(ftCreation); in get_cpu_stats()
/third_party/sqlite/src/
Dshell.c368 FILETIME ftCreation, ftExit; in beginTimer() local
369 getProcessTimesAddr(hProcess,&ftCreation,&ftExit, in beginTimer()
387 FILETIME ftCreation, ftExit, ftKernelEnd, ftUserEnd; in endTimer() local
389 getProcessTimesAddr(hProcess,&ftCreation,&ftExit,&ftKernelEnd,&ftUserEnd); in endTimer()