Home
last modified time | relevance | path

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

/external/chromium/base/
Dprocess_util_win.cc873 PPERFORMANCE_INFORMATION pPerformanceInformation,
878 PPERFORMANCE_INFORMATION pPerformanceInformation, DWORD cb) { in InternalGetPerformanceInfo() argument
888 memset(pPerformanceInformation, 0, cb); in InternalGetPerformanceInfo()
892 return GetPerformanceInfo_func(pPerformanceInformation, cb); in InternalGetPerformanceInfo()