OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nt_query_system_information_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
cpumonitor.h
101
void*
nt_query_system_information_
;
member in class:talk_base::CpuSampler
cpumonitor.cc
106
nt_query_system_information_
(NULL),
134
nt_query_system_information_
= GetProcAddress(GetModuleHandle(L"ntdll.dll"),
136
if ((get_system_times_ == NULL) && (
nt_query_system_information_
== NULL)) {
198
nt_query_system_information_
);
/external/chromium_org/third_party/webrtc/base/
cpumonitor.h
84
void*
nt_query_system_information_
;
member in class:rtc::CpuSampler
cpumonitor.cc
89
nt_query_system_information_
(NULL),
117
nt_query_system_information_
= GetProcAddress(GetModuleHandle(L"ntdll.dll"),
119
if ((get_system_times_ == NULL) && (
nt_query_system_information_
== NULL)) {
181
nt_query_system_information_
);
Completed in 1063 milliseconds