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

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

Completed in 47 milliseconds