Home
last modified time | relevance | path

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

/third_party/boost/boost/winapi/
Dget_thread_times.hpp31 ::_FILETIME* lpUserTime);
43 LPFILETIME_ lpUserTime) in GetThreadTimes() argument
50 reinterpret_cast< ::_FILETIME* >(lpUserTime)); in GetThreadTimes()
Dget_process_times.hpp34 ::_FILETIME* lpUserTime);
46 LPFILETIME_ lpUserTime) in GetProcessTimes() argument
53 reinterpret_cast< ::_FILETIME* >(lpUserTime)); in GetProcessTimes()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp648 , interprocess_filetime *lpUserTime ) in get_process_times() argument
649 { return 0 != GetProcessTimes(hProcess, lpCreationTime, lpExitTime, lpKernelTime, lpUserTime); } in get_process_times()