Home
last modified time | relevance | path

Searched defs:events (Results 1 – 18 of 18) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
Dmod.rs46 mod events; module
/commonlibrary/c_utils/base/src/
Devent_handler.cpp40 void EventHandler::HandleEvents(uint32_t events) in HandleEvents()
Dio_event_handler.cpp28 IOEventHandler::IOEventHandler(int fd, EventId events, const EventCallback& cb) in IOEventHandler()
Dio_event_epoll.cpp83 ErrCode IOEventEpoll::ModifyEvents(int fd, REventId events) in ModifyEvents()
Devent_demultiplexer.cpp125 uint32_t events = epollEvents[idx].events; in Polling() local
Dio_event_reactor.cpp262 void IOEventReactor::HandleAll(const std::vector<std::pair<int, EventId>>& events) in HandleAll()
/commonlibrary/rust/ylong_runtime/ylong_io/examples/
Dylong_io_tcp_server.rs34 let mut events = Events::with_capacity(128); in main() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dmod.rs36 mod events; module
Devents.rs60 pub(crate) events: Vec<Event>, field
Dafd.rs261 pub events: u32, field
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Dkqueue.rs77 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/
Dio_event_handler.h45 inline void SetEvents(EventId events) in SetEvents()
Dio_event_reactor.h76 EventId events; member
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/
Dregistry.rs33 events: Vec<Event>, field
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Ddriver.rs65 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/
Duds_test.rs74 let mut events = Events::with_capacity(128); in server() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
Dregistry.rs83 events: Vec<Event>, field
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
Devent_benchmark_test.cpp1403 EventId events = Events::EVENT_READ; in BENCHMARK_F() local
1428 EventId events = Events::EVENT_READ; in BENCHMARK_F() local