Home
last modified time | relevance | path

Searched refs:updateActivatedNotifiers (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/kernel/
H A Dqeventdispatcher_symbian.cpp544 updateActivatedNotifiers(QSocketNotifier::Exception, &exceptionfds); in run()
545 updateActivatedNotifiers(QSocketNotifier::Read, &readfds); in run()
546 updateActivatedNotifiers(QSocketNotifier::Write, &writefds); in run()
556 updateActivatedNotifiers(QSocketNotifier::Exception, &exceptionfds); in run()
557 updateActivatedNotifiers(QSocketNotifier::Read, &readfds); in run()
558 updateActivatedNotifiers(QSocketNotifier::Write, &writefds); in run()
639 void QSelectThread::updateActivatedNotifiers(QSocketNotifier::Type type, fd_set *fds) in updateActivatedNotifiers() function in QSelectThread
H A Dqeventdispatcher_symbian_p.h211 void updateActivatedNotifiers(QSocketNotifier::Type type, fd_set *fds);