![]() |
Qt 4.8
|
#include "qthread.h"#include "qthreadstorage.h"#include "qmutex.h"#include "qmutexpool_p.h"#include "qreadwritelock.h"#include "qabstracteventdispatcher.h"#include <qeventloop.h>#include <qhash.h>#include "qthread_p.h"#include "private/qcoreapplication_p.h"Go to the source code of this file.
Functions | |
| void | qt_create_tls () |
| Initializes the QThread system. More... | |
| void qt_create_tls | ( | ) |
Initializes the QThread system.
Definition at line 78 of file qthread_win.cpp.
Referenced by QThread::initialize(), qt_adopted_thread_watcher_function(), and qt_free_tls().