/ohos5.0/foundation/communication/netstack/utils/http_over_curl/include/ |
H A D | epoller.h | 64 return epoll_wait(underlying_, events, maxEvents, timeout); in Wait()
|
/ohos5.0/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() 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 D | sys_epoll.c | 79 nfds = epoll_wait(epollfd, events, MAX_EPOLL_SIZE, timeout); in EpollLoop()
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | kswapd_observer.cpp | 98 int nevents = epoll_wait(epollfd_, events, 1, -1); in MainLoop()
|
H A D | memory_pressure_observer.cpp | 159 int nevents = epoll_wait(epollfd_, events, curLevelCount_, -1); in MainLoop()
|
/ohos5.0/base/msdp/device_status/utils/ipc/src/ |
H A D | stream_socket.cpp | 69 return epoll_wait(epollFd_, &events, maxevents, timeout); in EpollWait()
|
/ohos5.0/foundation/multimodalinput/input/util/socket/src/ |
H A D | uds_socket.cpp | 83 auto ret = epoll_wait(epollFd, &events, maxevents, timeout); in EpollWait()
|
/ohos5.0/foundation/multimodalinput/input/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 106 int32_t ret = ::epoll_wait(epollFd_, events, maxevents, timeout); in WaitTimeout()
|
/ohos5.0/base/msdp/device_status/intention/common/epoll/src/ |
H A D | epoll_manager.cpp | 106 int32_t ret = ::epoll_wait(epollFd_, events, maxevents, timeout); in WaitTimeout()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | io_event_epoll.cpp | 109 int nfds = epoll_wait(epollFd_, &epollEvents[0], maxEvents_, timeout); in Polling()
|
H A D | event_demultiplexer.cpp | 110 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 D | samgr_time_handler.cpp | 59 int number = epoll_wait(this->epollfd, events, MAX_EVENT, -1); in StartThread()
|
/ohos5.0/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()
|
/ohos5.0/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_pnp_uevent_hdmi.c | 203 if (epoll_wait(fdEpoll, &ev, MAXEVENTS, TIMEOUT) < 0) { in AudioHdmiPnpUeventStart()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/ |
H A D | socket_listener.cpp | 119 CHECK_EXCEPT_INTR(nfds = epoll_wait(epollFd_, events, MAX_EPOLL, -1)); in OnListenEvents()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | io_poller.cpp | 140 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 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()
|
/ohos5.0/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()
|
/ohos5.0/base/startup/init/services/loopevent/loop/ |
H A D | le_epoll.c | 117 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 D | epoll.rs | 61 match syscall!(epoll_wait( in select()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/internal/ |
H A D | timer_linux.cpp | 136 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 D | reactor_linux.c | 132 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 D | event_loop_epoll.cpp | 94 int nReady = epoll_wait(epollFd_, &revents_[0], revents_.size(), sleepTime); in Poll()
|
/ohos5.0/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()
|