![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qthreadpool_p.h>
Public Types | |
enum | { MaxPageSize = 256 } |
Public Member Functions | |
QueuePage (QRunnable *runnable, int pri) | |
bool | isFull () |
bool | isFinished () |
void | push (QRunnable *runnable) |
void | skipToNextOrEnd () |
QRunnable * | first () |
QRunnable * | pop () |
bool | tryTake (QRunnable *runnable) |
int | priority () const |
Definition at line 32 of file qthreadpool_p.h.
anonymous enum |
Enumerator | |
---|---|
MaxPageSize |
Definition at line 35 of file qthreadpool_p.h.
|
inline |
Definition at line 39 of file qthreadpool_p.h.
|
inline |
Definition at line 60 of file qthreadpool_p.h.
References isFinished().
|
inline |
Definition at line 43 of file qthreadpool_p.h.
Referenced by first(), pop(), QThreadPoolThread::run(), and tryTake().
|
inline |
Definition at line 41 of file qthreadpool_p.h.
References MaxPageSize.
Referenced by push().
|
inline |
Definition at line 68 of file qthreadpool_p.h.
References isFinished(), and skipToNextOrEnd().
|
inline |
Definition at line 100 of file qthreadpool_p.h.
Referenced by comparePriority().
Definition at line 45 of file qthreadpool_p.h.
References isFull().
|
inline |
Definition at line 53 of file qthreadpool_p.h.
Referenced by pop(), and tryTake().
|
inline |
Definition at line 84 of file qthreadpool_p.h.
References isFinished(), and skipToNextOrEnd().