Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Dget_thread_times.hpp29 ::_FILETIME* lpExitTime,
41 LPFILETIME_ lpExitTime, in GetThreadTimes() argument
48 reinterpret_cast< ::_FILETIME* >(lpExitTime), in GetThreadTimes()
Dget_process_times.hpp32 ::_FILETIME* lpExitTime,
44 LPFILETIME_ lpExitTime, in GetProcessTimes() argument
51 reinterpret_cast< ::_FILETIME* >(lpExitTime), 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()