Home
last modified time | relevance | path

Searched defs:maxevents (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/common/epoll/src/
H A Depoll_manager.cpp99 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()
/ohos5.0/base/msdp/device_status/intention/common/epoll/src/
H A Depoll_manager.cpp99 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()
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_socket.cpp63 int32_t StreamSocket::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
/ohos5.0/base/startup/init/services/loopevent/loop/
H A Dle_loop.h38 uint32_t maxevents; member
H A Dle_epoll.c142 LE_STATUS CreateEpollLoop(EventLoop **loop, uint32_t maxevents, uint32_t timeout) in CreateEpollLoop()
H A Dle_loop.c53 static LE_STATUS CreateLoop_(EventLoop **loop, uint32_t maxevents, uint32_t timeout) in CreateLoop_()
/ohos5.0/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp74 int32_t UDSSocket::EpollWait(struct epoll_event &events, int32_t maxevents, int32_t timeout, int32_… in EpollWait()
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_ffrt_io.cpp591 int maxevents = 1024; variable
618 int maxevents = 1024; variable
649 int maxevents = -1; variable
677 int maxevents = 1024; variable
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_manager_test.cpp264 int32_t ContextService::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
/ohos5.0/base/msdp/device_status/test/fuzztest/devicemanager_fuzzer/
H A Ddevicemanager_fuzzer.cpp262 int32_t ContextService::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp264 int32_t ContextService::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp255 int32_t ContextService::EpollWait(int32_t maxevents, int32_t timeout, struct epoll_event &events) in EpollWait()
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dpoller.cpp160 int Poller::WaitFdEvent(struct epoll_event* eventsVec, int maxevents, int timeout) noexcept in WaitFdEvent()