Searched refs:uses_old_style_ (Results 1 – 1 of 1) sorted by relevance
42 SignalAction() : claimed_(false), uses_old_style_(false), special_handler_(nullptr) { in SignalAction()73 uses_old_style_ = oldstyle; in SetAction()77 return uses_old_style_; in OldStyle()91 bool uses_old_style_; // Action is created using signal(). Use sa_handler. member in art::SignalAction