HomeSort by relevance Sort by last modified time
    Searched defs:known_dead (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 209 bool known_dead; local
210 if (!input_iter->ReadBool(&known_dead)) {
211 LOG(ERROR) << "Could not read known_dead status";
214 // TODO(jln): With NaCl, known_dead seems to never be set to true (unless
221 if (known_dead)
  /external/chromium_org/content/zygote/
zygote_linux.cc 258 // with known_dead set to true.
264 GetTerminationStatus(child, true /* known_dead */, &status, &exit_code);
271 bool known_dead,
286 child, known_dead, status, exit_code)) {
291 if (known_dead) {
310 bool known_dead; local
313 if (!pickle.ReadBool(&iter, &known_dead) ||
324 GetTerminationStatus(child_requested, known_dead, &status, &exit_code);

Completed in 115 milliseconds