Home
last modified time | relevance | path

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

/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