Home
last modified time | relevance | path

Searched refs:epoll_wait (Results 1 - 18 of 18) sorted by relevance

/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs141 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 Dstream_socket.cpp69 return epoll_wait(epollFd_, &events, maxevents, timeout); in EpollWait()
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_protector_timer.cpp150 int32_t nevents = epoll_wait(epfd, events, eventct, -1); in LoopingThreadEntry()
H A Dthermal_sensor_provider.cpp203 int32_t nevents = epoll_wait(epfd, events, eventct, -1); in LoopingThreadEntry()
/base/msdp/device_status/intention/common/epoll/src/
H A Depoll_manager.cpp126 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 Dbattery_thread.cpp190 nevents = epoll_wait(epFd_, events, static_cast<int32_t>(size), timeout); in LoopingThreadEntry()
/base/time/time_service/services/timer/src/
H A Dtimer_handler.cpp128 nevents = epoll_wait(epollFd_, events, N_TIMER_FDS, -1); in WaitForAlarm()
/base/msdp/device_status/libs/src/
H A Ddevicestatus_msdp_mock.cpp249 int32_t nevents = epoll_wait(epFd_, events, cbct, timeout); in LoopingThreadEntry()
/base/notification/eventhandler/frameworks/eventhandler/src/
H A Depoll_io_waiter.cpp127 // 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 Ddeamon_io_waiter.cpp244 // 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 Dle_epoll.c120 int number = epoll_wait(epoll->epollFd, epoll->waitEvents, loop->maxevents, timeout); in RunLoop_()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp401 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 Ddevice_manager_test.cpp277 return epoll_wait(epollFd_, &events, maxevents, timeout); in EpollWait()
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.cpp275 return epoll_wait(epollFd_, &events, maxevents, timeout); in EpollWait()
/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp551 int eventCount = epoll_wait(sharedPollingFd_.Get(), eventItems, MAX_EVENT_SIZE, leftTimeMill); in WaitNextEvent()
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp268 return epoll_wait(epollFd_, &events, maxevents, timeout); in EpollWait()
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp921 int epollNum = OHOS_TEMP_FAILURE_RETRY(epoll_wait(eventFd_, events, MAX_CONNECTION, -1)); in WaitForRequest()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp1047 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()

Completed in 13 milliseconds