Navigation
API > API/Runtime > API/Runtime/Core
A mutex that supports recursive locking.
Prefer FRecursiveMutex.
| Name | FPThreadsRecursiveMutex |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/PThreadsRecursiveMutex.h |
| Include Path | #include "HAL/PThreadsRecursiveMutex.h" |
Syntax
class FPThreadsRecursiveMutex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| HAL/PThreadsRecursiveMutex.h | |||
FPThreadsRecursiveMutex
(
const FPThreadsRecursiveMutex& |
HAL/PThreadsRecursiveMutex.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPThreadsRecursiveMutex() |
HAL/PThreadsRecursiveMutex.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mutex | pthread_mutex_t | HAL/PThreadsRecursiveMutex.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Lock() |
HAL/PThreadsRecursiveMutex.h | ||
bool TryLock() |
HAL/PThreadsRecursiveMutex.h | ||
void Unlock() |
HAL/PThreadsRecursiveMutex.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPThreadsRecursiveMutex & operator=
(
const FPThreadsRecursiveMutex& |
HAL/PThreadsRecursiveMutex.h |