Home
last modified time | relevance | path

Searched defs:EpollEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.h26 struct EpollEvent { struct
27 uint32_t op;
28 uint32_t events;
29 void *ptr;
31 uint32_t evtSeq;
/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs62 struct EpollEvent { struct
63 fd: RawFd,
64 events: u32,
217 fn epoll_wait(&self) -> Option<Vec<EpollEvent>> in epoll_wait()
301 fn wake(&self, events: &[EpollEvent]) in wake()