Searched refs:EventDispatcherEPollPrivate (Results 1 – 6 of 6) sorted by relevance
/dports/www/cutelyst/cutelyst-3.2.0/EventLoopEPoll/ |
H A D | eventdispatcher_epoll_p.h | 43 class EventDispatcherEPollPrivate; variable 47 … EventFdInfo(int _fd, EventDispatcherEPollPrivate *prv) : EpollAbastractEvent(_fd), epPriv(prv) {} in EventFdInfo() 51 EventDispatcherEPollPrivate *epPriv; 96 class Q_DECL_HIDDEN EventDispatcherEPollPrivate { 98 EventDispatcherEPollPrivate(EventDispatcherEPoll* const q); 99 ~EventDispatcherEPollPrivate(); 115 Q_DISABLE_COPY(EventDispatcherEPollPrivate)
|
H A D | eventdispatcher_epoll_p.cpp | 32 EventDispatcherEPollPrivate::EventDispatcherEPollPrivate(EventDispatcherEPoll* const q) in EventDispatcherEPollPrivate() function in EventDispatcherEPollPrivate 38 EventDispatcherEPollPrivate::~EventDispatcherEPollPrivate() in ~EventDispatcherEPollPrivate() 51 void EventDispatcherEPollPrivate::createEpoll() in createEpoll() 74 bool EventDispatcherEPollPrivate::processEvents(QEventLoop::ProcessEventsFlags flags) in processEvents() 162 void EventDispatcherEPollPrivate::wake_up_handler() in wake_up_handler() 230 EventDispatcherEPollPrivate::calculateNextTimeout(this, now, delta); in process()
|
H A D | timers_p.cpp | 143 void EventDispatcherEPollPrivate::calculateNextTimeout(TimerInfo *info, const struct timeval &now, … in calculateNextTimeout() 198 void EventDispatcherEPollPrivate::registerTimer(int timerId, int interval, Qt::TimerType type, QObj… in registerTimer() 256 void EventDispatcherEPollPrivate::registerZeroTimer(int timerId, QObject *object) in registerZeroTimer() 261 bool EventDispatcherEPollPrivate::unregisterTimer(int timerId) in unregisterTimer() 293 bool EventDispatcherEPollPrivate::unregisterTimers(QObject *object) in unregisterTimers() 335 QList<QAbstractEventDispatcher::TimerInfo> EventDispatcherEPollPrivate::registeredTimers(QObject *o… in registeredTimers() 366 int EventDispatcherEPollPrivate::remainingTime(int timerId) const in remainingTime() 395 bool EventDispatcherEPollPrivate::disableTimers(bool disable) in disableTimers()
|
H A D | eventdispatcher_epoll.h | 23 class EventDispatcherEPollPrivate; variable 68 EventDispatcherEPollPrivate *d_ptr;
|
H A D | socknot_p.cpp | 26 void EventDispatcherEPollPrivate::registerSocketNotifier(QSocketNotifier *notifier) in registerSocketNotifier() 122 void EventDispatcherEPollPrivate::unregisterSocketNotifier(QSocketNotifier *notifier) in unregisterSocketNotifier() 176 bool EventDispatcherEPollPrivate::disableSocketNotifiers(bool disable) in disableSocketNotifiers()
|
H A D | eventdispatcher_epoll.cpp | 27 : QAbstractEventDispatcher(parent), d_ptr(new EventDispatcherEPollPrivate(this)) in EventDispatcherEPoll()
|