UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AndroidPlatformMutex.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
GenericPlatform/GenericPlatformMutex.h
"
6
#include "
HAL/PThreadsRecursiveMutex.h
"
7
#include "
HAL/PThreadsSharedMutex.h
"
8
9
namespace
UE
10
{
11
12
using
FPlatformRecursiveMutex
=
FPThreadsRecursiveMutex
;
13
using
FPlatformSharedMutex
=
FPThreadsSharedMutex
;
14
using
FPlatformSystemWideMutex
=
FPlatformSystemWideMutexNotImplemented
;
15
16
}
// UE
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
GenericPlatformMutex.h
PThreadsRecursiveMutex.h
PThreadsSharedMutex.h
UE::FPlatformSystemWideMutexNotImplemented
Definition
GenericPlatformMutex.h:62
UE
Definition
AdvancedWidgetsModule.cpp:13
UE::FPlatformRecursiveMutex
FPThreadsRecursiveMutex FPlatformRecursiveMutex
Definition
AndroidPlatformMutex.h:12
UE::FPlatformSharedMutex
FPThreadsSharedMutex FPlatformSharedMutex
Definition
AndroidPlatformMutex.h:13
Engine
Source
Runtime
Core
Public
Android
AndroidPlatformMutex.h
Generated by
1.9.8