mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 14:35:17 -04:00
kern: split Process/Thread exit to separate WorkerTaskManagers
This commit is contained in:
parent
4ddfb6183c
commit
f93aea4c06
4 changed files with 15 additions and 10 deletions
|
@ -25,7 +25,8 @@ namespace ams::kern {
|
|||
static constexpr s32 ExitWorkerPriority = 11;
|
||||
|
||||
enum WorkerType {
|
||||
WorkerType_Exit,
|
||||
WorkerType_ExitThread,
|
||||
WorkerType_ExitProcess,
|
||||
|
||||
WorkerType_Count,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue