LeviLamina
Loading...
Searching...
No Matches
RaceChecker.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace rtc {
6
8public:
9 // member functions
10 // NOLINTBEGIN
11 MCAPI bool Acquire() const;
12
13 MCAPI RaceChecker();
14
15 MCAPI void Release() const;
16 // NOLINTEND
17
18public:
19 // constructor thunks
20 // NOLINTBEGIN
21 MCAPI void* $ctor();
22 // NOLINTEND
23};
24
25} // namespace rtc
Definition RaceChecker.h:7