Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dio_event_epoll.h37 static constexpr int EXPANSION_COEFF = 2; variable
H A Dio_event_epoll.cpp122 maxEvents_ *= EXPANSION_COEFF; in Polling()
H A Dio_event_reactor.cpp96 ioHandlers_.resize(fd * EXPANSION_COEFF); in AddHandler()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dio_event_reactor.h39 static constexpr int EXPANSION_COEFF = 2; variable