Home
last modified time | relevance | path

Searched refs:exit_blocked_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/common/
Dterminator.h38 static void set_exit_blocked(bool block) { exit_blocked_ = block ? 1 : 0; } in set_exit_blocked()
39 static bool exit_blocked() { return exit_blocked_ != 0; } in exit_blocked()
54 static volatile sig_atomic_t exit_blocked_; variable
Dterminator.cc24 volatile sig_atomic_t Terminator::exit_blocked_ = 0; member in chromeos_update_engine::Terminator
28 exit_blocked_ = 0; in Init()
43 if (exit_blocked_ == 0) { in HandleSignal()