Home
last modified time | relevance | path

Searched refs:timedOut (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_handler.cpp90 bool timedOut = false; in monitorDump() local
92 while ((DumpProgressStatus::InProgress == progressStatus) && !timedOut) in monitorDump()
99 timedOut = true; in monitorDump()
103 if (timedOut) in monitorDump()
/openbmc/openpower-proc-control/extensions/phal/
H A Ddump_utils.cpp84 bool timedOut = false; in monitorDump() local
86 while ((true == inProgress) && !timedOut) in monitorDump()
93 timedOut = true; in monitorDump()
96 if (timedOut) in monitorDump()