OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPerformanceInfoFunction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/process/
process_metrics_win.cc
279
typedef BOOL (WINAPI *
GetPerformanceInfoFunction
) (
286
static
GetPerformanceInfoFunction
GetPerformanceInfo_func = NULL;
290
GetPerformanceInfo_func = reinterpret_cast<
GetPerformanceInfoFunction
>(
/external/chromium/base/
process_util_win.cc
872
typedef BOOL (WINAPI *
GetPerformanceInfoFunction
) (
879
static
GetPerformanceInfoFunction
GetPerformanceInfo_func = NULL;
883
GetPerformanceInfo_func = reinterpret_cast<
GetPerformanceInfoFunction
>(
Completed in 5859 milliseconds