Navigation
API > API/Runtime > API/Runtime/Core
| Name | FPThreadSemaphore |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/PThreadSemaphore.h |
| Include Path | #include "HAL/PThreadSemaphore.h" |
Syntax
class FPThreadSemaphore
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| HAL/PThreadSemaphore.h | |||
FPThreadSemaphore
(
const FPThreadSemaphore& |
HAL/PThreadSemaphore.h | ||
FPThreadSemaphore
(
int32 InitialCount, |
HAL/PThreadSemaphore.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPThreadSemaphore() |
HAL/PThreadSemaphore.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Semaphore | sem_t | HAL/PThreadSemaphore.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Acquire() |
HAL/PThreadSemaphore.h | ||
void Release
(
int32 Count |
HAL/PThreadSemaphore.h | ||
bool TryAcquire
(
FTimespan Timeout |
HAL/PThreadSemaphore.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPThreadSemaphore & operator=
(
const FPThreadSemaphore& |
HAL/PThreadSemaphore.h | ||
| HAL/PThreadSemaphore.h |