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