| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/ |
| D | mod.rs | 46 mod events; module
|
| /commonlibrary/c_utils/base/src/ |
| D | event_handler.cpp | 40 void EventHandler::HandleEvents(uint32_t events) in HandleEvents()
|
| D | io_event_handler.cpp | 28 IOEventHandler::IOEventHandler(int fd, EventId events, const EventCallback& cb) in IOEventHandler()
|
| D | io_event_epoll.cpp | 83 ErrCode IOEventEpoll::ModifyEvents(int fd, REventId events) in ModifyEvents()
|
| D | event_demultiplexer.cpp | 125 uint32_t events = epollEvents[idx].events; in Polling() local
|
| D | io_event_reactor.cpp | 262 void IOEventReactor::HandleAll(const std::vector<std::pair<int, EventId>>& events) in HandleAll()
|
| /commonlibrary/rust/ylong_runtime/ylong_io/examples/ |
| D | ylong_io_tcp_server.rs | 34 let mut events = Events::with_capacity(128); in main() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
| D | mod.rs | 36 mod events; module
|
| D | events.rs | 60 pub(crate) events: Vec<Event>, field
|
| D | afd.rs | 261 pub events: u32, field
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/ |
| D | kqueue.rs | 77 let mut events = Vec::with_capacity(2); in register() localVariable 95 let mut events = Vec::with_capacity(2); in reregister() localVariable 116 let mut events = vec![ in deregister() localVariable
|
| /commonlibrary/c_utils/base/include/ |
| D | io_event_handler.h | 45 inline void SetEvents(EventId events) in SetEvents()
|
| D | io_event_reactor.h | 76 EventId events; member
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/ |
| D | registry.rs | 33 events: Vec<Event>, field
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
| D | driver.rs | 65 events: Option<Events>, field 202 let events = Events::with_capacity(EVENTS_MAX_CAPACITY); in initialize() localVariable 249 let mut events = match self.events.take() { in drive() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_io/tests/ |
| D | uds_test.rs | 74 let mut events = Events::with_capacity(128); in server() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/ |
| D | registry.rs | 83 events: Vec<Event>, field
|
| /commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
| D | event_benchmark_test.cpp | 1403 EventId events = Events::EVENT_READ; in BENCHMARK_F() local 1428 EventId events = Events::EVENT_READ; in BENCHMARK_F() local
|