Searched refs:QThread (Results 1 – 11 of 11) sorted by relevance
46 class ThreadPrivate : public QThread {93 static HashMap<ThreadIdentifier, QThread*>& threadMap() in threadMap()95 static HashMap<ThreadIdentifier, QThread*> map; in threadMap()99 static ThreadIdentifier identifierByQthreadHandle(QThread*& thread) in identifierByQthreadHandle()103 HashMap<ThreadIdentifier, QThread*>::iterator i = threadMap().begin(); in identifierByQthreadHandle()112 static ThreadIdentifier establishIdentifierForThread(QThread*& thread) in establishIdentifierForThread()134 static QThread* threadForIdentifier(ThreadIdentifier id) in threadForIdentifier()173 QThread* threadRef = static_cast<QThread*>(thread); in createThreadInternal()186 QThread* thread = threadForIdentifier(threadID); in waitForThreadCompletion()205 QThread* currentThread = QThread::currentThread(); in currentThread()[all …]
72 return QThread::currentThread() == QCoreApplication::instance()->thread(); in isMainThread()
22 class IncThread: public QThread55 std::vector<QThread*> tid(n_threads); in main()
22 class IncThread: public QThread44 std::vector<QThread*> tid(n_threads); in main()
24 class IncThread: public QThread46 std::vector<QThread*> tid(n_threads); in main()
47 class QThread; variable166 QThread* m_workThread;
95 m_workThread = new QThread(); in platformInitialize()
2412 99195 threaded apps crash on thread start (using QThread::start...
5791 Defining WTF_USE_PTHREAD_BASED_QT=1 for platforms where QThread uses pthread internally.
3684 * wtf/qt/MainThreadQt.cpp: #include <QThread>
55586 * Fix "QObject::startTimer: QTimer can only be used with threads started with QThread"