Home
last modified time | relevance | path

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

/external/chromium/chrome/common/
Dservice_process_util_posix.cc59 memset(&old_action_, 0, sizeof(old_action_)); in StateData()
81 *success = sigaction(SIGTERM, &action, &old_action_) == 0; in SignalReady()
91 DCHECK_EQ(old_action_.sa_handler, SIG_DFL); in SignalReady()
120 if (sigaction(SIGTERM, &old_action_, NULL) < 0) { in ~StateData()
Dservice_process_util_posix.h82 struct sigaction old_action_; member