Searched refs:notify_action (Results 1 – 4 of 4) sorted by relevance
43 typedef std::function<void (const char *)> notify_action; typedef in clover::context46 const notify_action ¬ify);65 const notify_action notify;
29 const notify_action ¬ify) : in context()
1476 int notify_action = -1; // -1 means leave the current setting alone in DoExecute() local1487 !VerifyCommandOptionValue(m_options.notify, notify_action)) { in DoExecute()1518 if (notify_action != -1) in DoExecute()1519 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()1529 if ((notify_action != -1) || (stop_action != -1) || (pass_action != -1)) { in DoExecute()1534 if (notify_action != -1) in DoExecute()1535 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
48 const auto notify = (!pfn_notify ? context::notify_action() : in clCreateContext()