Qt 4.8
|
#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 |
Definition at line 71 of file qthreadstorage.cpp.
Referenced by QThreadStorageData::finish(), QThreadStorageData::get(), QThreadStorageData::QThreadStorageData(), QThreadStorageData::set(), and QThreadStorageData::~QThreadStorageData().
typedef QVector<void (*)(void *)> DestructorMap |
Definition at line 75 of file qthreadstorage.cpp.