Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPThreadSemaphore
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
HAL/PThreadSemaphore.h |
|
|
|
HAL/PThreadSemaphore.h |
|
|
|
HAL/PThreadSemaphore.h |
|
FPThreadSemaphore(FPThreadSemaphore &&)
| |
|
| Name |
FPThreadSemaphore |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/HAL/PThreadSemaphore.h |
| Include Path |
#include "HAL/PThreadSemaphore.h" |
FPThreadSemaphore
(
FPThreadSemaphore &&
)
FPThreadSemaphore(const FPThreadSemaphore &)
| |
|
| Name |
FPThreadSemaphore |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/HAL/PThreadSemaphore.h |
| Include Path |
#include "HAL/PThreadSemaphore.h" |
FPThreadSemaphore
(
const FPThreadSemaphore &
)
FPThreadSemaphore(int32, int32)
| |
|
| Name |
FPThreadSemaphore |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/HAL/PThreadSemaphore.h |
| Include Path |
#include "HAL/PThreadSemaphore.h" |
FPThreadSemaphore
(
int32 InitialCount,
int32 MaxCount
)