Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h43 constexpr int MAX_WATCHED_FDS = 64; variable
161 struct pollfd watchFds_[MAX_WATCHED_FDS];
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp287 if (eventSourceNameMap_.size() >= (MAX_WATCHED_FDS - 1)) { in AddFileDescriptorEventCallback()
361 if (index > MAX_WATCHED_FDS - 1) { in ModifyFdStatus()