Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qthreadpool.cpp File Reference

(b7a67b46e66f161def5bf879f19c66d3fcec1d8b)

#include "qthreadpool.h"
#include "qthreadpool_p.h"
#include "qdeadlinetimer.h"
#include "qcoreapplication.h"
#include <QtCore/qpointer.h>
#include <algorithm>
#include <climits>
#include <memory>
#include "moc_qthreadpool.cpp"
#include "qthreadpool.moc"
+ Include dependency graph for qthreadpool.cpp:

Go to the source code of this file.

Classes

class  QThreadPoolThread
 

Functions

bool comparePriority (int priority, const QueuePage *p)
 

Function Documentation

◆ comparePriority()

bool comparePriority ( int priority,
const QueuePage * p )
inline

Definition at line 188 of file qthreadpool.cpp.

References QueuePage::priority().

+ Here is the call graph for this function: