OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qip_func
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/base/test/
test_process_killer_win.cc
31
static NtQueryInformationProcess*
qip_func
=
local
35
DCHECK(
qip_func
) << "Could not get pointer to NtQueryInformationProcess.";
36
*qip_func_ptr =
qip_func
;
37
return
qip_func
!= NULL;
56
NtQueryInformationProcess*
qip_func
= NULL;
local
58
GetQIP(&
qip_func
);
63
if (
qip_func
) {
67
if ((
qip_func
(process_handle.Get(),
Completed in 43 milliseconds