Home
last modified time | relevance | path

Searched defs:EventLoop (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/tests/ui/box/unit/
Dunique-object-move.rs7 pub trait EventLoop { fn foo(&self) {} } in foo() interface
/third_party/rust/rust/tests/ui/issues/
Dissue-5192.rs5 pub trait EventLoop { interface
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/tcp/
Devent_loop.h33 class EventLoop; variable
60 EventLoop() : epoll_fd_(-1), is_stop_(false), loop_thread_(0), task_queue_event_fd_(-1) {} in EventLoop() function
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
DEventLoop.h88 EventLoop() {} in EventLoop() function
/third_party/python/Lib/test/test_asyncio/
Dtest_selector_events.py85 class EventLoop(BaseSelectorEventLoop): class
Dtest_base_events.py783 class EventLoop(base_events.BaseEventLoop): class