Navigation
API > API/Runtime > API/Runtime/Core
| Name | FStallingTaskQueue |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include Path | #include "Containers/LockFreeList.h" |
Syntax
template<class T, int TPaddingForCacheContention, int NumPriorities>
class FStallingTaskQueue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/LockFreeList.h | |||
| Containers/LockFreeList.h | |||
FStallingTaskQueue
(
const FStallingTaskQueue& |
Containers/LockFreeList.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TDoublePtr | FLockFreeLinkPolicy::TDoublePtr | Containers/LockFreeList.h | |
| TLink | FLockFreeLinkPolicy::TLink | Containers/LockFreeList.h | |
| TLinkPtr | FLockFreeLinkPolicy::TLinkPtr | Containers/LockFreeList.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MasterState | TDoublePtr | Not a pointer to anything, rather tracks the stall state of all threads servicing this queue. | Containers/LockFreeList.h | |
| PriorityQueues | FLockFreePointerFIFOBase< T, TPaddingForCacheContention > | Containers/LockFreeList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * Pop
(
int32 MyThread, |
Containers/LockFreeList.h | ||
int32 Push
(
T* InPayload, |
Containers/LockFreeList.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 FindThreadToWake
(
TLinkPtr Ptr |
Containers/LockFreeList.h | ||
static bool TestBit
(
TLinkPtr Ptr, |
Containers/LockFreeList.h | ||
static TLinkPtr TurnOffBit
(
TLinkPtr Ptr, |
Containers/LockFreeList.h | ||
static TLinkPtr TurnOnBit
(
TLinkPtr Ptr, |
Containers/LockFreeList.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStallingTaskQueue & operator=
(
const FStallingTaskQueue& |
Containers/LockFreeList.h | ||
| Containers/LockFreeList.h |