LeviLamina
Loading...
Searching...
No Matches
SharedRecursiveMutexBase.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock::Threading {
6
7
class
SharedRecursiveMutexBase
:
public
::std::shared_mutex {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<4, 4>
mUnkdaa45e;
12
::ll::UntypedStorage<4, 4>
mUnk904537;
13
::ll::UntypedStorage<8, 8>
mUnk7dbf45;
14
// NOLINTEND
15
16
public
:
17
// prevent constructor by default
18
SharedRecursiveMutexBase
& operator=(
SharedRecursiveMutexBase
const
&);
19
SharedRecursiveMutexBase
(
SharedRecursiveMutexBase
const
&);
20
SharedRecursiveMutexBase
();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 0
26
virtual
~SharedRecursiveMutexBase
() =
default
;
27
28
// vIndex: 1
29
virtual
bool
_threadHoldsSharedLock(::std::thread::id) = 0;
30
31
// vIndex: 2
32
virtual
bool
_shouldLockForSharedAccess(::std::thread::id) = 0;
33
34
// vIndex: 3
35
virtual
bool
_shouldUnLockForSharedAccess(::std::thread::id) = 0;
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
42
// NOLINTEND
43
44
public
:
45
// virtual function thunks
46
// NOLINTBEGIN
47
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCAPI
static
void
** $vftable();
54
// NOLINTEND
55
};
56
57
}
// namespace Bedrock::Threading
Bedrock::Threading::SharedRecursiveMutexBase
Definition
SharedRecursiveMutexBase.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
threading
SharedRecursiveMutexBase.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0