OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:known_dead
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc
158
bool
known_dead
;
local
159
if (!input_iter->ReadBool(&
known_dead
)) {
160
LOG(ERROR) << "Could not read
known_dead
status";
163
// TODO(jln): With NaCl,
known_dead
seems to never be set to true (unless
170
if (
known_dead
)
/external/chromium_org/content/zygote/
zygote_linux.cc
199
// with
known_dead
set to true.
205
GetTerminationStatus(child, true /*
known_dead
*/, &status, &exit_code);
212
bool
known_dead
,
228
if (!helper_->GetTerminationStatus(child,
known_dead
, status, exit_code)) {
233
if (
known_dead
) {
252
bool
known_dead
;
local
255
if (!pickle.ReadBool(&iter, &
known_dead
) ||
266
GetTerminationStatus(child_requested,
known_dead
, &status, &exit_code);
Completed in 62 milliseconds