Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/Framework
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Framework/Threading.h |
| Include | #include "Framework/Threading.h" |
Syntax
class FPhysicsSimpleMutexLock
Remarks
A simple mutex based lock based on FCriticalSection. Reads are exclusive
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ReadLock () |
||
| void | ReadUnlock () |
||
| void | WriteLock () |
||
| void | WriteUnlock () |