Home
last modified time | relevance | path

Searched refs:epoll_wait (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/foundation/communication/netstack/utils/http_over_curl/include/
H A Depoller.h64 return epoll_wait(underlying_, events, maxEvents, timeout); in Wait()
/ohos5.0/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() method
225 libc::epoll_wait(self.epoll_fd, events.as_mut_ptr(), MAX_EPOLL_EVENTS, NO_TIMEOUT) in epoll_wait()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.c79 nfds = epoll_wait(epollfd, events, MAX_EPOLL_SIZE, timeout); in EpollLoop()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dkswapd_observer.cpp98 int nevents = epoll_wait(epollfd_, events, 1, -1); in MainLoop()
H A Dmemory_pressure_observer.cpp159 int nevents = epoll_wait(epollfd_, events, curLevelCount_, -1); in MainLoop()
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_socket.cpp69 return epoll_wait(epollFd_, &events, maxevents, timeout); in EpollWait()
/ohos5.0/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp83 auto ret = epoll_wait(epollFd, &events, maxevents, timeout); in EpollWait()
/ohos5.0/foundation/multimodalinput/input/intention/common/epoll/src/
H A Depoll_manager.cpp106 int32_t ret = ::epoll_wait(epollFd_, events, maxevents, timeout); in WaitTimeout()
/ohos5.0/base/msdp/device_status/intention/common/epoll/src/
H A Depoll_manager.cpp106 int32_t ret = ::epoll_wait(epollFd_, events, maxevents, timeout); in WaitTimeout()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dio_event_epoll.cpp109 int nfds = epoll_wait(epollFd_, &epollEvents[0], maxEvents_, timeout); in Polling()
H A Devent_demultiplexer.cpp110 int nfds = epoll_wait(epollFd_, &epollEvents[0], static_cast<int>(epollEvents.size()), timeout); in Polling()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsamgr_time_handler.cpp59 int number = epoll_wait(this->epollfd, events, MAX_EVENT, -1); in StartThread()
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_handler.cpp128 nevents = epoll_wait(epollFd_, events, N_TIMER_FDS, -1); in WaitForAlarm()
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/
H A Dhdf_audio_pnp_uevent_hdmi.c203 if (epoll_wait(fdEpoll, &ev, MAXEVENTS, TIMEOUT) < 0) { in AudioHdmiPnpUeventStart()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_listener.cpp119 CHECK_EXCEPT_INTR(nfds = epoll_wait(epollFd_, events, MAX_EPOLL, -1)); in OnListenEvents()
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dio_poller.cpp140 int ndfs = epoll_wait(m_epFd, m_events.data(), m_events.size(), timeout); in PollOnce()
/ohos5.0/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()
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dbattery_thread.cpp190 nevents = epoll_wait(epFd_, events, static_cast<int32_t>(size), timeout); in LoopingThreadEntry()
/ohos5.0/base/startup/init/services/loopevent/loop/
H A Dle_epoll.c117 int number = epoll_wait(epoll->epollFd, epoll->waitEvents, loop->maxevents, timeout); in RunLoop_()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Depoll.rs61 match syscall!(epoll_wait( in select()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/
H A Dtimer_linux.cpp136 CHECK_EXCEPT_INTR(nfds = epoll_wait(epollFd_, events, MAXEPOLLEVENTS, -1)); in OnTimer()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dreactor_linux.c132 CHECK_EXCEPT_INTR(nfds = epoll_wait(reactor->epollFd, events, MAXEPOLLEVENTS, -1)); in ReactorStart()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_loop_epoll.cpp94 int nReady = epoll_wait(epollFd_, &revents_[0], revents_.size(), sleepTime); in Poll()
/ohos5.0/base/msdp/device_status/libs/src/
H A Ddevicestatus_msdp_mock.cpp249 int32_t nevents = epoll_wait(epFd_, events, cbct, timeout); in LoopingThreadEntry()

12