Searched refs:MAX_WATCHED_FDS (Results 1 – 2 of 2) sorted by relevance
43 constexpr int MAX_WATCHED_FDS = 64; variable161 struct pollfd watchFds_[MAX_WATCHED_FDS];
287 if (eventSourceNameMap_.size() >= (MAX_WATCHED_FDS - 1)) { in AddFileDescriptorEventCallback()361 if (index > MAX_WATCHED_FDS - 1) { in ModifyFdStatus()