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 FPhysicsRwLock
Remarks
A recursive readwrite lock that uses FRwLock internally (this uses an efficient platform specific implementation)
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ReadLock () |
||
| void | ReadUnlock () |
||
| void | WriteLock () |
||
| void | WriteUnlock () |