Searched refs:EventLoop (Results 1 – 12 of 12) sorted by relevance
37 class EventLoop {39 static EventLoop instance;42 static EventLoop& getInstance() { in getInstance()56 Callback<void(uint32_t)> cb_raw(this, &EventLoop::callback); in wrapFunction()88 EventLoop() {} in EventLoop() function
20 EventLoop EventLoop::instance;23 EventLoop::getInstance().go(); in event_loop()
33 …int id = mbed::js::EventLoop::getInstance().getQueue().call_in(interval, jerry_call_function, args… in DECLARE_GLOBAL_FUNCTION()39 mbed::js::EventLoop::getInstance().getQueue().cancel(id); in DECLARE_GLOBAL_FUNCTION()61 mbed::js::EventLoop::getInstance().getQueue().cancel(id); in DECLARE_GLOBAL_FUNCTION()
33 …int id = mbed::js::EventLoop::getInstance().getQueue().call_every(interval, jerry_call_function, a… in DECLARE_GLOBAL_FUNCTION()39 mbed::js::EventLoop::getInstance().getQueue().cancel(id); in DECLARE_GLOBAL_FUNCTION()61 mbed::js::EventLoop::getInstance().getQueue().cancel(id); in DECLARE_GLOBAL_FUNCTION()
72 mbed::js::EventLoop::getInstance().dropCallback(cb_func); in DECLARE_CLASS_FUNCTION()97 mbed::Callback<void()> cb = mbed::js::EventLoop::getInstance().wrapFunction(f); in DECLARE_CLASS_FUNCTION()137 mbed::js::EventLoop::getInstance().dropCallback(cb_func); in DECLARE_CLASS_FUNCTION()162 mbed::Callback<void()> cb = mbed::js::EventLoop::getInstance().wrapFunction(f); in DECLARE_CLASS_FUNCTION()
285 This may be None or an instance of EventLoop.
123 class EventLoop(BaseSelectorEventLoop): class129 self.loop = EventLoop(self.selector)
789 class EventLoop(base_events.BaseEventLoop): class793 loop = EventLoop()
227 Change semantics of EventLoop.stop() in asyncio.
2452 Change semantics of EventLoop.stop() in asyncio.
4080 asyncio.EventLoop.create_unix_server() now raises a ValueError if path and
288 - Issue #25593: Change semantics of EventLoop.stop() in asyncio.1990 - Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError