/base/msdp/device_status/rust/modules/scheduler/sys/src/ |
H A D | scheduler.rs | 141 if let Some(epoll_events) = self.epoll.epoll_wait() { in run() 217 fn epoll_wait(&self) -> Option<Vec<EpollEvent>> in epoll_wait() functions 219 call_debug_enter!("Epoll::epoll_wait"); in epoll_wait() 225 libc::epoll_wait(self.epoll_fd, events.as_mut_ptr(), MAX_EPOLL_EVENTS, NO_TIMEOUT) in epoll_wait() 228 error!(LOG_LABEL, "epoll_wait({}) fail: {:?}", in epoll_wait() 235 // `epoll_wait` returns the number of events and promise it is within the limit of in epoll_wait()
|
/base/msdp/device_status/utils/ipc/src/ |
H A D | stream_socket.cpp | 69 return epoll_wait(epollFd_, &events, maxevents, timeout);
in EpollWait()
|
/base/powermgr/thermal_manager/application/protector/src/ |
H A D | thermal_protector_timer.cpp | 150 int32_t nevents = epoll_wait(epfd, events, eventct, -1); in LoopingThreadEntry()
|
H A D | thermal_sensor_provider.cpp | 203 int32_t nevents = epoll_wait(epfd, events, eventct, -1); in LoopingThreadEntry()
|
/base/msdp/device_status/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 126 int32_t ret = ::epoll_wait(epollFd_, events, maxevents, timeout); in WaitTimeout() 128 FI_HILOGE("epoll_wait failed:%{public}s", ::strerror(errno)); in WaitTimeout() 130 FI_HILOGE("epoll_wait timeout"); in WaitTimeout()
|
/base/powermgr/battery_manager/charger/src/ |
H A D | battery_thread.cpp | 190 nevents = epoll_wait(epFd_, events, static_cast<int32_t>(size), timeout); in LoopingThreadEntry()
|
/base/time/time_service/services/timer/src/ |
H A D | timer_handler.cpp | 128 nevents = epoll_wait(epollFd_, events, N_TIMER_FDS, -1); in WaitForAlarm()
|
/base/msdp/device_status/libs/src/ |
H A D | devicestatus_msdp_mock.cpp | 249 int32_t nevents = epoll_wait(epFd_, events, cbct, timeout); in LoopingThreadEntry()
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | epoll_io_waiter.cpp | 127 // Block on epoll_wait outside of the lock. in WaitFor() 129 int32_t retVal = epoll_wait(epollFd_, epollEvents, MAX_EPOLL_EVENTS_SIZE, NanosecondsToTimeout(nanoseconds)); in WaitFor()
|
H A D | deamon_io_waiter.cpp | 244 // Block on epoll_wait outside of the lock. in EpollWaitFor() 246 int32_t retVal = epoll_wait(epollFd_, epollEvents, MAX_EPOLL_EVENTS_SIZE, -1); in EpollWaitFor()
|
/base/startup/init/services/loopevent/loop/ |
H A D | le_epoll.c | 120 int number = epoll_wait(epoll->epollFd, epoll->waitEvents, loop->maxevents, timeout); in RunLoop_()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_server.cpp | 401 int eventCount = epoll_wait(pollFd, chkPollEvents, devs_.size(), -1); // -1: Wait indefinitely
in Start()
|
/base/msdp/device_status/test/unittest/intention/services/src/ |
H A D | device_manager_test.cpp | 277 return epoll_wait(epollFd_, &events, maxevents, timeout); in EpollWait()
|
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/ |
H A D | msdpdevicemanager_fuzzer.cpp | 275 return epoll_wait(epollFd_, &events, maxevents, timeout); in EpollWait()
|
/base/hiviewdfx/hiview/base/ |
H A D | event_loop.cpp | 551 int eventCount = epoll_wait(sharedPollingFd_.Get(), eventItems, MAX_EVENT_SIZE, leftTimeMill);
in WaitNextEvent()
|
/base/msdp/device_status/test/unittest/intention/scheduler/src/ |
H A D | timer_manager_test.cpp | 268 return epoll_wait(epollFd_, &events, maxevents, timeout); in EpollWait()
|
/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_daemon.cpp | 921 int epollNum = OHOS_TEMP_FAILURE_RETRY(epoll_wait(eventFd_, events, MAX_CONNECTION, -1)); in WaitForRequest()
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_dump.cpp | 1047 numEvents = epoll_wait(epollfd, events, 1, waitTimeoutMs);
in EpollWaitforChildProcess() 1050 HILOG_ERROR(LOG_CORE, "epoll_wait error, error: (%{public}s).", strerror(errno));
in EpollWaitforChildProcess() 1055 HILOG_ERROR(LOG_CORE, "epoll_wait timeout.");
in EpollWaitforChildProcess()
|