OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KillExec
(Results
1 - 5
of
5
) sorted by null
/system/update_engine/common/
subprocess.h
39
// you know you won't call
KillExec
(), you may safely lose the return value
79
void
KillExec
(pid_t pid);
subprocess.cc
211
void Subprocess::
KillExec
(pid_t pid) {
subprocess_unittest.cc
268
Subprocess::Get().
KillExec
(tag);
/system/update_engine/payload_consumer/
postinstall_runner_action.cc
381
// Calling
KillExec
() will discard the callback we registered and therefore
383
Subprocess::Get().
KillExec
(current_command_);
385
// If the command has been suspended, resume it after
KillExec
() so that the
386
// process can process the SIGTERM sent by
KillExec
().
/system/update_engine/
p2p_manager.cc
391
Subprocess::Get().
KillExec
(child_pid_);
Completed in 103 milliseconds