Home
last modified time | relevance | path

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

/openbmc/qemu/python/tests/
H A Dprotocol.py112 def run_as_task(coro, allow_cancellation=False): function
342 task = run_as_task(self._hanging_connection(), allow_cancellation=True)
361 task = run_as_task(self._hanging_connection())
381 task = run_as_task(self._hanging_connection(), allow_cancellation=True)
407 task = run_as_task(self._hanging_connection(), allow_cancellation=True)