KDECore
k3resolvermanager.cpp File Reference
#include <config.h>
#include <config-network.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <limits.h>
#include <unistd.h>
#include <QByteArray>
#include <QCoreApplication>
#include <QList>
#include <QMutableListIterator>
#include <QMutex>
#include <QQueue>
#include <QSemaphore>
#include <QThread>
#include <QTimer>
#include <QWaitCondition>
#include <kde_file.h>
#include <kdebug.h>
#include "k3resolver.h"
#include "k3resolver_p.h"
#include "k3resolverworkerbase.h"
#include "k3resolverstandardworkers_p.h"
Go to the source code of this file.
Variables | |
static KResolverManager * | globalManager |
static const int | maxThreads = 5 |
static const int | maxThreadWaitTime = 2000 |
static pid_t | pid |
Variable Documentation
KResolverManager* globalManager [static] |
Definition at line 316 of file k3resolvermanager.cpp.
const int maxThreads = 5 [static] |
Definition at line 247 of file k3resolvermanager.cpp.
const int maxThreadWaitTime = 2000 [static] |
Definition at line 246 of file k3resolvermanager.cpp.
pid_t pid [static] |
Definition at line 249 of file k3resolvermanager.cpp.