![]() |
Qt 6.x
The Qt SDK
|
#include <qthreadpool_p.h>
Collaboration diagram for QueuePage: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().
Here is the call graph for this function:
|
inline |
Definition at line 61 of file qthreadpool_p.h.
References isFinished(), and Q_ASSERT.
Referenced by pop().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 44 of file qthreadpool_p.h.
Referenced by first(), pop(), skipToNextOrEnd(), and tryTake().
Here is the caller graph for this function:
|
inline |
Definition at line 42 of file qthreadpool_p.h.
References MaxPageSize.
Referenced by push().
Here is the caller graph for this function:
|
inline |
Definition at line 69 of file qthreadpool_p.h.
References first(), isFinished(), Q_ASSERT, and skipToNextOrEnd().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 54 of file qthreadpool_p.h.
References isFinished().
Referenced by pop(), and tryTake().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 85 of file qthreadpool_p.h.
References i, isFinished(), Q_ASSERT, and skipToNextOrEnd().
Here is the call graph for this function: