Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp355 bool infinite_loop = (max_rounds <= 0); in run() local
356 while (infinite_loop || --max_rounds >= 0) in run()