Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qthreadstorage.cpp File Reference

(1c6bf3e09ea9722717caedcfcceaaf3d607615cf)

#include "qthreadstorage.h"
#include "qthread.h"
#include "qthread_p.h"
#include "qmutex.h"
#include <string.h>
+ Include dependency graph for qthreadstorage.cpp:

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
 

Macro Definition Documentation

◆ DEBUG_MSG

#define DEBUG_MSG   if (false)qDebug

Definition at line 32 of file qthreadstorage.cpp.

Typedef Documentation

◆ DestructorMap

typedef QList<void (*)(void *) DestructorMap)

Definition at line 36 of file qthreadstorage.cpp.

Variable Documentation

◆ destructorsMutex

Q_CONSTINIT QBasicMutex destructorsMutex
static

Definition at line 35 of file qthreadstorage.cpp.