LeviLamina
Loading...
Searching...
No Matches
ThreadPool.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
OS {
struct
ThreadPoolActionStatus; }
8
// clang-format on
9
10
namespace
OS {
11
12
struct
ThreadPool
{
13
public
:
14
// member functions
15
// NOLINTBEGIN
16
MCNAPI
long
Initialize
(
void
*,
void
(*)(
void
*,
::OS::ThreadPoolActionStatus
&));
17
18
MCNAPI
void
Submit
();
19
20
MCNAPI
void
Terminate
();
21
22
MCNAPI
ThreadPool
();
23
24
MCNAPI
~ThreadPool
();
25
// NOLINTEND
26
27
public
:
28
// constructor thunks
29
// NOLINTBEGIN
30
MCNAPI
void
*
$ctor
();
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
MCNAPI
void
$dtor
();
37
// NOLINTEND
38
};
39
40
}
// namespace OS
OS::ThreadPoolActionStatus
Definition
ThreadPoolActionStatus.h:7
OS::ThreadPool
Definition
ThreadPool.h:12
OS::ThreadPool::Submit
MCAPI void Submit()
OS::ThreadPool::Terminate
MCAPI void Terminate()
OS::ThreadPool::$ctor
MCAPI void * $ctor()
OS::ThreadPool::Initialize
MCAPI long Initialize(void *, void(*)(void *, ::OS::ThreadPoolActionStatus &))
OS::ThreadPool::$dtor
MCAPI void $dtor()
OS::ThreadPool::~ThreadPool
MCAPI ~ThreadPool()
OS::ThreadPool::ThreadPool
MCAPI ThreadPool()
src
mc
platform
ThreadPool.h
Generated on Fri Jun 13 2025 05:04:45 for LeviLamina by
1.12.0