Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Dget_thread_times.hpp30 ::_FILETIME* lpKernelTime,
42 LPFILETIME_ lpKernelTime, in GetThreadTimes() argument
49 reinterpret_cast< ::_FILETIME* >(lpKernelTime), in GetThreadTimes()
Dget_process_times.hpp33 ::_FILETIME* lpKernelTime,
45 LPFILETIME_ lpKernelTime, in GetProcessTimes() argument
52 reinterpret_cast< ::_FILETIME* >(lpKernelTime), in GetProcessTimes()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp647 , interprocess_filetime *lpExitTime, interprocess_filetime *lpKernelTime in get_process_times() argument
649 { return 0 != GetProcessTimes(hProcess, lpCreationTime, lpExitTime, lpKernelTime, lpUserTime); } in get_process_times()