![]() |
Qt 6.x
The Qt SDK
|
#include "qplatformdefs.h"
#include "qcoreapplication.h"
#include "qpair.h"
#include "qhash.h"
#include "qsocketnotifier.h"
#include "qthread.h"
#include "qeventdispatcher_unix_p.h"
#include <private/qthread_p.h>
#include <private/qcoreapplication_p.h>
#include <private/qcore_unix_p.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/eventfd.h>
#include <sys/times.h>
#include "moc_qeventdispatcher_unix_p.cpp"
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE const char * | socketType (QSocketNotifier::Type type) |
|
static |
Definition at line 42 of file qeventdispatcher_unix.cpp.
References QSocketNotifier::Exception, QSocketNotifier::Read, and QSocketNotifier::Write.
Referenced by QTcpServer::QTcpServer(), QHttpSocketEngineHandler::createSocketEngine(), QSocks5SocketEngineHandler::createSocketEngine(), QEventDispatcherUNIXPrivate::markPendingSocketNotifiers(), QEventDispatcherUNIX::registerSocketNotifier(), and QEventDispatcherUNIX::unregisterSocketNotifier().