LeviLamina
Loading...
Searching...
No Matches
Semaphore.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
bx {
6
7
class
Semaphore
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<1, 128, uchar[128]> m_internal;
12
// NOLINTEND
13
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCAPI Semaphore();
18
19
MCAPI
void
post(uint _count);
20
21
MCAPI
bool
wait(
int
_msecs);
22
23
MCAPI ~Semaphore();
24
// NOLINTEND
25
26
public
:
27
// constructor thunks
28
// NOLINTBEGIN
29
MCAPI
void
* $ctor();
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
MCFOLD
void
$dtor();
36
// NOLINTEND
37
};
38
39
}
// namespace bx
bx::Semaphore
Definition
Semaphore.h:7
src-client
mc
external
bx
Semaphore.h
Generated on
for LeviLamina by
1.16.1