Searched refs:eventct (Results 1 – 2 of 2) sorted by relevance
/base/powermgr/thermal_manager/application/protector/src/ |
D | thermal_protector_timer.cpp | 143 size_t eventct = callbackHandler_.size(); in LoopingThreadEntry() local 144 struct epoll_event events[eventct]; in LoopingThreadEntry() 145 THERMAL_HILOGI(FEATURE_PROTECTOR, "%{public}d, %{public}zu", epfd, eventct); in LoopingThreadEntry() 150 int32_t nevents = epoll_wait(epfd, events, eventct, -1); in LoopingThreadEntry()
|
D | thermal_sensor_provider.cpp | 199 size_t eventct = callbackHandler_.size(); in LoopingThreadEntry() local 200 struct epoll_event events[eventct]; in LoopingThreadEntry() 201 THERMAL_HILOGD(FEATURE_PROTECTOR, "epfd: %{public}d, eventct: %{public}zu", epfd, eventct); in LoopingThreadEntry() 203 int32_t nevents = epoll_wait(epfd, events, eventct, -1); in LoopingThreadEntry()
|