Home
last modified time | relevance | path

Searched refs:LIBC_EPOLLALL (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs40 const LIBC_EPOLLALL: u32 = LIBC_EPOLLIN | LIBC_EPOLLERR | LIBC_EPOLLHUP; const
324 let events = handler.take_events() & LIBC_EPOLLALL; in dispatch_inner()