Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/LockFreeList.h |
| Include | #include "Containers/LockFreeList.h" |
Syntax
template<int TPaddingForCacheContention, uint64 TABAInc>
class FLockFreePointerListLIFORoot
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint64 | GetState () |
||
| bool | IsEmpty () |
||
| TLinkPtr | Pop () |
||
| TLinkPtr | PopAll () |
||
| TLinkPtr | PopAllAndChangeState
(
TFunctionRef< uint64(uint64)> StateChange |
||
| void | Push
(
TLinkPtr Item |
||
| bool | PushIf
(
TFunctionRef< TLinkPtr(uint64)> AllocateIfOkToPush |
||
| void | Reset () |
Typedefs
| Name | Description |
|---|---|
| TDoublePtr | |
| TLink | |
| TLinkPtr |