summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/SystemKit/ThreadMgr.h
blob: 8148c28d9db00b2608c54f276d0efa9806d2b199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

/* -------------------------------------------

	Copyright (C) 2024, Theater Quality Inc, all rights reserved.

------------------------------------------- */

#pragma once

#include <NewKit/Defines.h>

/// @file ThreadMgr.h
/// @brief This file takes care of creating processes/threads from a subsystem context.

namespace Kernel
{
    class UserSubsystem;
    class UserEnvVar;
    class UserEnv;
}