Home
last modified time | relevance | path

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

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
DEventLoop.h37 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
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/source/
DEventLoop.cpp20 EventLoop EventLoop::instance;
23 EventLoop::getInstance().go(); in event_loop()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DsetTimeout-js.cpp33 …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()
DsetInterval-js.cpp33 …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()
DInterruptIn-js.cpp72 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()
/third_party/python/Doc/library/
Dasyncio-policy.rst285 This may be None or an instance of EventLoop.
/third_party/python/Lib/test/test_asyncio/
Dtest_selector_events.py123 class EventLoop(BaseSelectorEventLoop): class
129 self.loop = EventLoop(self.selector)
Dtest_base_events.py789 class EventLoop(base_events.BaseEventLoop): class
793 loop = EventLoop()
/third_party/python/Misc/NEWS.d/
D3.5.1rc1.rst227 Change semantics of EventLoop.stop() in asyncio.
D3.6.0a1.rst2452 Change semantics of EventLoop.stop() in asyncio.
D3.5.0a1.rst4080 asyncio.EventLoop.create_unix_server() now raises a ValueError if path and
/third_party/python/Misc/
DHISTORY288 - Issue #25593: Change semantics of EventLoop.stop() in asyncio.
1990 - Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError