kern: split Process/Thread exit to separate WorkerTaskManagers
This commit is contained in:
@@ -25,7 +25,8 @@ namespace ams::kern {
|
||||
static constexpr s32 ExitWorkerPriority = 11;
|
||||
|
||||
enum WorkerType {
|
||||
WorkerType_Exit,
|
||||
WorkerType_ExitThread,
|
||||
WorkerType_ExitProcess,
|
||||
|
||||
WorkerType_Count,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user