Searched refs:lpKernelTime (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/winapi/ |
D | get_thread_times.hpp | 30 ::_FILETIME* lpKernelTime, 42 LPFILETIME_ lpKernelTime, in GetThreadTimes() argument 49 reinterpret_cast< ::_FILETIME* >(lpKernelTime), in GetThreadTimes()
|
D | get_process_times.hpp | 33 ::_FILETIME* lpKernelTime, 45 LPFILETIME_ lpKernelTime, in GetProcessTimes() argument 52 reinterpret_cast< ::_FILETIME* >(lpKernelTime), in GetProcessTimes()
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 647 , interprocess_filetime *lpExitTime, interprocess_filetime *lpKernelTime in get_process_times() argument 649 { return 0 != GetProcessTimes(hProcess, lpCreationTime, lpExitTime, lpKernelTime, lpUserTime); } in get_process_times()
|