Home
last modified time | relevance | path

Searched refs:continueRun (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-gpio-monitor/
H A Dmainapp.cpp23 bool continueRun = false; in main() local
36 app.add_flag("-c,--continue", continueRun, in main()
65 target, eventP, continueRun); in main()
H A Dmonitor.hpp50 EventPtr& event, bool continueRun, in Monitor() argument
54 target(target), continueAfterKeyPress(continueRun) {}; in Monitor()
H A DgpioMon.hpp48 const std::string& lineMsg, bool continueRun) : in GpioMonitor() argument
51 continueAfterEvent(continueRun) in GpioMonitor()