Searched defs:maxevents (Results 1 – 8 of 8) sorted by relevance
| /base/msdp/device_status/intention/common/epoll/src/ |
| D | epoll_manager.cpp | 99 int32_t EpollManager::Wait(struct epoll_event *events, int32_t maxevents) in Wait() 104 int32_t EpollManager::WaitTimeout(struct epoll_event *events, int32_t maxevents, int32_t timeout) in WaitTimeout()
|
| /base/msdp/device_status/utils/ipc/src/ |
| D | stream_socket.cpp | 63 int32_t StreamSocket::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
|
| /base/startup/init/services/loopevent/loop/ |
| D | le_loop.h | 38 uint32_t maxevents; member
|
| D | le_epoll.c | 142 LE_STATUS CreateEpollLoop(EventLoop **loop, uint32_t maxevents, uint32_t timeout) in CreateEpollLoop()
|
| D | le_loop.c | 53 static LE_STATUS CreateLoop_(EventLoop **loop, uint32_t maxevents, uint32_t timeout) in CreateLoop_()
|
| /base/msdp/device_status/test/unittest/intention/services/src/ |
| D | device_manager_test.cpp | 264 int32_t ContextService::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
|
| /base/msdp/device_status/test/fuzztest/devicemanager_fuzzer/ |
| D | devicemanager_fuzzer.cpp | 262 int32_t ContextService::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
|
| /base/msdp/device_status/test/unittest/intention/scheduler/src/ |
| D | timer_manager_test.cpp | 255 int32_t ContextService::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
|