Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qeventdispatcher_unix.cpp File Reference

(f8da484d5741d1191504eefddf5134fd7009e16a)

#include "qplatformdefs.h"
#include "qcoreapplication.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 "moc_qeventdispatcher_unix_p.cpp"
+ Include dependency graph for qeventdispatcher_unix.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE const char * socketType (QSocketNotifier::Type type)
 

Variables

static constexpr bool UsingEventfd = false
 

Function Documentation

◆ socketType()

static QT_BEGIN_NAMESPACE const char * socketType ( QSocketNotifier::Type type)
static

Variable Documentation

◆ UsingEventfd

constexpr bool UsingEventfd = false
staticconstexpr