![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qthreadstorage.h"
#include "private/qcoreapplication_p.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 QList< void(*)(void *)> | DestructorMap |
Variables | |
static Q_CONSTINIT QBasicMutex | destructorsMutex |
Definition at line 33 of file qthreadstorage.cpp.
typedef QList< void(*)(void *)> DestructorMap |
Definition at line 37 of file qthreadstorage.cpp.
|
static |
Definition at line 36 of file qthreadstorage.cpp.