Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/WordMutex.h |
| Include | #include "Async/WordMutex.h" |
Syntax
class FWordMutex
Remarks
A mutex that is the size of a pointer and does not depend on ParkingLot.
Prefer FMutex to FWordMutex whenever possible. This mutex is not fair and does not support recursive locking.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | FWordMutex () |
||
FWordMutex
(
const FWordMutex& |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| FWordMutex & | operator=
(
const FWordMutex& |
Constants
| Name | Description |
|---|---|
| IsLockedFlag | |
| IsQueueLockedFlag | |
| QueueMask |