Navigation
Unreal Engine C++ API Reference > 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 | Release
(
int32 Count |
|
![]() |
bool | TryAcquire
(
FTimespan Timeout |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FPThreadSemaphore & | operator=
(
const FPThreadSemaphore& |
|
![]() |
FPThreadSemaphore & | operator=
(
FPThreadSemaphore&& |