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

  /system/update_engine/common/
terminator.h 38 static void set_exit_blocked(bool block) { exit_blocked_ = block ? 1 : 0; }
39 static bool exit_blocked() { return exit_blocked_ != 0; }
54 static volatile sig_atomic_t exit_blocked_; member in class:chromeos_update_engine::Terminator
terminator.cc 24 volatile sig_atomic_t Terminator::exit_blocked_ = 0; member in class:chromeos_update_engine::Terminator
28 exit_blocked_ = 0;
43 if (exit_blocked_ == 0) {

Completed in 2848 milliseconds