Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs43 const EPOLL_SUCCESS: c_int = 0; const
190 if ret != EPOLL_SUCCESS { in epoll_add()
208 if ret != EPOLL_SUCCESS { in epoll_del()
262 if ret != EPOLL_SUCCESS { in epoll_reset()
467 if ret != EPOLL_SUCCESS { in drop()