KDECore
kresolvermanager.cpp File Reference
#include "config.h"
#include <sys/types.h>
#include <netinet/in.h>
#include <limits.h>
#include <unistd.h>
#include <qapplication.h>
#include <qstring.h>
#include <qcstring.h>
#include <qptrlist.h>
#include <qtimer.h>
#include <qmutex.h>
#include <qthread.h>
#include <qwaitcondition.h>
#include <qsemaphore.h>
#include <kde_file.h>
#include <kdebug.h>
#include "kresolver.h"
#include "kresolver_p.h"
#include "kresolverworkerbase.h"
Include dependency graph for kresolvermanager.cpp:
Go to the source code of this file.
Namespaces | |
namespace | KNetwork |
namespace | KNetwork::Internal |
Functions | |
void | KNetwork::Internal::initSrvWorker () |
void | KNetwork::Internal::initStandardWorkers () |
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 321 of file kresolvermanager.cpp.
const int maxThreads = 5 [static] |
Definition at line 252 of file kresolvermanager.cpp.
const int maxThreadWaitTime = 2000 [static] |
Definition at line 251 of file kresolvermanager.cpp.
pid_t pid [static] |
Definition at line 254 of file kresolvermanager.cpp.