Home
last modified time | relevance | path

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

/openbmc/bmcweb/scripts/
H A Dwebsocket_test.py75 asyncio.get_event_loop().run_until_complete(hello())
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp162 static event_t& get_event_loop(context& ctx) in get_event_loop() function
H A Dfdio.hpp44 return get_event_loop(ctx); in event_loop()
H A Dtimer.hpp66 return get_event_loop(ctx); in event_loop()
/openbmc/qemu/python/qemu/qmp/
H A Dutil.py163 loop = asyncio.get_event_loop()
H A Dlegacy.py89 self._aloop = asyncio.get_event_loop()
H A Dqmp_tui.py380 self.aloop = asyncio.get_event_loop()
/openbmc/qemu/python/tests/
H A Dprotocol.py231 loop = asyncio.get_event_loop()