Searched refs:lpExitTime (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/winapi/ |
D | get_thread_times.hpp | 29 ::_FILETIME* lpExitTime, 41 LPFILETIME_ lpExitTime, in GetThreadTimes() argument 48 reinterpret_cast< ::_FILETIME* >(lpExitTime), in GetThreadTimes()
|
D | get_process_times.hpp | 32 ::_FILETIME* lpExitTime, 44 LPFILETIME_ lpExitTime, in GetProcessTimes() argument 51 reinterpret_cast< ::_FILETIME* >(lpExitTime), 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()
|