LeviLamina
Loading...
Searching...
No Matches
SpinLockImpl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 SpinLockImpl& operator=(SpinLockImpl const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCNAPI void lock();
25 // NOLINTEND
26};
Definition SpinLockImpl.h:5
MCAPI void lock()
Definition Alias.h:14