Difference between revisions of "System Thread Priorities"
Jump to navigation
Jump to search
(→Production devices: Add loader, pm) |
(spl/sm) |
||
Line 7: | Line 7: | ||
|- | |- | ||
| 27 || nn.boot.MainThread || boot || | | 27 || nn.boot.MainThread || boot || | ||
+ | |- | ||
+ | | 27 || nn.spl.MainThread || spl || | ||
+ | |- | ||
+ | | 27 || nn.sm.MainThread || sm || | ||
|- | |- | ||
| 39 || nn.gc.DeviceDetector || FS || | | 39 || nn.gc.DeviceDetector || FS || |
Revision as of 03:40, 2 December 2018
This is a list of threads executing on the system during normal operation.
Production devices
Thread Priority | Thread Name | Owner Process | Notes |
---|---|---|---|
27 | nn.boot.MainThread | boot | |
27 | nn.spl.MainThread | spl | |
27 | nn.sm.MainThread | sm | |
39 | nn.gc.DeviceDetector | FS | |
39 | nn.sdmmc.DeviceDetector | FS | |
44 | nn.fs.WorkerThreadPool | FS | |
45 | nn.fs.MainThread | FS | |
46 | nn.fs.WorkerNormalPriorityAccess0 | FS | |
46 | nn.fs.WorkerNormalPriorityAccess1 | FS | |
46 | nn.fs.WorkerNormalPriorityAccess2 | FS | |
46 | nn.fs.WorkerNormalPriorityAccess3 | FS | |
46 | nn.fs.WorkerNormalPriorityAccess4 | FS | |
49 | nn.Loader.MainThread | Loader | |
49 | nn.pm.MainThread | PM | |
49 | nn.pm.ProcessTrack | PM | |
58 | nn.fs.PatrolReader | FS |