Home
last modified time | relevance | path

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

/openbmc/qemu/python/tests/
H A Dprotocol.py305 async def _hanging_connection(self): member in Connect
343 task = run_as_task(self._hanging_connection(), allow_cancellation=True)
362 task = run_as_task(self._hanging_connection())
382 task = run_as_task(self._hanging_connection(), allow_cancellation=True)
408 task = run_as_task(self._hanging_connection(), allow_cancellation=True)
433 async def _hanging_connection(self): member in Accept