![]() |
Qt 6.x
The Qt SDK
|
#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 33 of file qthreadpool_p.h.
anonymous enum |
Enumerator | |
---|---|
MaxPageSize |
Definition at line 36 of file qthreadpool_p.h.
|
inline |
Definition at line 40 of file qthreadpool_p.h.
References push().
|
inline |
Definition at line 61 of file qthreadpool_p.h.
References isFinished(), and Q_ASSERT.
Referenced by pop().
|
inline |
Definition at line 44 of file qthreadpool_p.h.
Referenced by first(), pop(), skipToNextOrEnd(), and tryTake().
|
inline |
Definition at line 42 of file qthreadpool_p.h.
References MaxPageSize.
Referenced by push().
|
inline |
Definition at line 69 of file qthreadpool_p.h.
References first(), isFinished(), Q_ASSERT, and skipToNextOrEnd().
|
inline |
Definition at line 101 of file qthreadpool_p.h.
Definition at line 46 of file qthreadpool_p.h.
References isFull(), and Q_ASSERT.
Referenced by QueuePage().
|
inline |
Definition at line 54 of file qthreadpool_p.h.
References isFinished().
Referenced by pop(), and tryTake().
|
inline |
Definition at line 85 of file qthreadpool_p.h.
References i, isFinished(), Q_ASSERT, and skipToNextOrEnd().