Home
last modified time | relevance | path

Searched refs:timedOut (Results 1 – 3 of 3) 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()
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex475 timedOut & boolean & Whether the request timed out.\\
876 timedOut & boolean & Whether the request timed out.\\
911 timedOutValid & boolean & Whether the "timedOut" field in the ARM Processor Info Bus Information st…