Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/PThreadSemaphore.h |
| Include | #include "HAL/PThreadSemaphore.h" |
Syntax
class FPThreadSemaphore
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPThreadSemaphore
(
const FPThreadSemaphore& |
|||
FPThreadSemaphore
(
int32 InitialCount, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Acquire () |
||
| void | |||
| bool | TryAcquire
(
FTimespan Timeout |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FPThreadSemaphore & | operator=
(
const FPThreadSemaphore& |
||
| FPThreadSemaphore & | operator=
(
FPThreadSemaphore&& |