Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/PThreadRWLock.h |
| Include | #include "HAL/PThreadRWLock.h" |
Syntax
class FPThreadsRWLock
Remarks
FPThreadsRWLock - Read/Write Mutex
- Provides non-recursive Read/Write (or shared-exclusive) access.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPThreadsRWLock
(
const FPThreadsRWLock& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ReadLock () |
||
| void | ReadUnlock () |
||
| bool | TryReadLock () |
||
| bool | TryWriteLock () |
||
| void | WriteLock () |
||
| void | WriteUnlock () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPThreadsRWLock & | operator=
(
const FPThreadsRWLock& |