Searched refs:handler_map_ (Results 1 – 2 of 2) sorted by relevance
37 if (handler_map_ == nullptr) { in ScopedSignalHandler()39 handler_map_ = map_allocator.make_unique(allocator); in ScopedSignalHandler()48 if (handler_map_->find(signal) != handler_map_->end()) { in install()52 (*handler_map_)[signal] = in install()57 ((*handler_map_)[signal])(signal, si, uctx); in install()76 handler_map_->erase(signal_); in reset()77 if (handler_map_->empty()) { in reset()78 handler_map_.reset(); in reset()90 static Allocator<SignalFnMap>::unique_ptr handler_map_; variable
228 Allocator<ScopedSignalHandler::SignalFnMap>::unique_ptr ScopedSignalHandler::handler_map_; member in android::ScopedSignalHandler