OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:terminate_process
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/process/
process_win.cc
33
TerminateProcessPtr
terminate_process
= reinterpret_cast<TerminateProcessPtr>(
local
35
terminate_process
(process_, result_code);
/external/oprofile/libutil++/
child_reader.h
64
* can use
terminate_process
() to get the return code of the child
66
int
terminate_process
();
child_reader.cpp
47
terminate_process
();
221
int child_reader::
terminate_process
()
function in class:child_reader
/external/oprofile/gui/
oprof_start_util.cpp
265
int ret = reader.
terminate_process
();
/external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h
69
TERMINATE_PROCESS
, // Destroy target process. Do IPC as well.
/external/oprofile/pp/
opannotate.cpp
453
reader.
terminate_process
();
Completed in 81 milliseconds