Qt 4.8
Macros | Typedefs
qthreadstorage.cpp File Reference
#include "qthreadstorage.h"
#include "qthread.h"
#include "qthread_p.h"
#include "qmutex.h"
#include <string.h>

Go to the source code of this file.

Macros

#define DEBUG_MSG   if(false)qDebug
 

Typedefs

typedef QVector< void(*)(void *)> DestructorMap
 

Macro Definition Documentation

◆ DEBUG_MSG

#define DEBUG_MSG   if(false)qDebug

Typedef Documentation

◆ DestructorMap

typedef QVector<void (*)(void *)> DestructorMap

Definition at line 75 of file qthreadstorage.cpp.