LeviLamina
Loading...
Searching...
No Matches
Mutex.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/threading/ZeroInit.h"
7
8
namespace
Bedrock::Threading {
9
10
class
Mutex
:
public
::Bedrock::Threading::ZeroInit
,
public
::std::mutex {
11
public
:
12
// member functions
13
// NOLINTBEGIN
14
#ifdef LL_PLAT_C
15
MCAPI
Mutex
();
16
#endif
17
// NOLINTEND
18
19
public
:
20
// constructor thunks
21
// NOLINTBEGIN
22
#ifdef LL_PLAT_C
23
MCAPI
void
* $ctor();
24
#endif
25
// NOLINTEND
26
};
27
28
}
// namespace Bedrock::Threading
Bedrock::Threading::Mutex
Definition
Mutex.h:10
Bedrock::Threading::ZeroInit
Definition
ZeroInit.h:7
src
mc
platform
threading
Mutex.h
Generated on
for LeviLamina by
1.16.1