LeviLamina
Loading...
Searching...
No Matches
SpinLockImpl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
SpinLockImpl {
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::UntypedStorage<1, 1>
mUnkfb8faa;
10
::ll::UntypedStorage<8, 8>
mUnk408b81;
11
::ll::UntypedStorage<8, 8>
mUnk4c8f44;
12
::ll::UntypedStorage<4, 4>
mUnkf2edc1;
13
// NOLINTEND
14
15
public
:
16
// prevent constructor by default
17
SpinLockImpl& operator=(SpinLockImpl
const
&);
18
SpinLockImpl(SpinLockImpl
const
&);
19
SpinLockImpl();
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCNAPI
void
lock
();
25
26
MCNAPI_C
void
unlock();
27
// NOLINTEND
28
};
SpinLockImpl::lock
MCAPI void lock()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
platform
threading
SpinLockImpl.h
Generated on
for LeviLamina by
1.16.1