Searched refs:GetPerformanceInfo_func (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_metrics_win.cc286 static GetPerformanceInfoFunction GetPerformanceInfo_func = NULL; local
287 if (!GetPerformanceInfo_func) {
290 GetPerformanceInfo_func = reinterpret_cast<GetPerformanceInfoFunction>(
293 if (!GetPerformanceInfo_func) {
299 return GetPerformanceInfo_func(pPerformanceInformation, cb);
/external/chromium/base/
H A Dprocess_util_win.cc879 static GetPerformanceInfoFunction GetPerformanceInfo_func = NULL; local
880 if (!GetPerformanceInfo_func) {
883 GetPerformanceInfo_func = reinterpret_cast<GetPerformanceInfoFunction>(
886 if (!GetPerformanceInfo_func) {
892 return GetPerformanceInfo_func(pPerformanceInformation, cb);

Completed in 68 milliseconds