System Thread Priorities: Difference between revisions
→Production devices: bus |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
|- | |- | ||
! Thread Priority || Thread Name || Owner Process || Notes | ! Thread Priority || Thread Name || Owner Process || Notes | ||
|- | |||
| 5 || nn.pcv.ImmediateIpcServer || pcv || | |||
|- | |- | ||
| 16 || nn.bus.MainThread || Bus || | | 16 || nn.bus.MainThread || Bus || | ||
Line 34: | Line 36: | ||
| 16 || nn.usb.DsThread || usb || | | 16 || nn.usb.DsThread || usb || | ||
|- | |- | ||
| 16 || nn.usb.HsIpcServer || usb || usb spawns two copies of this thread to handle hs IPC requests. | | 16 || nn.usb.HsIpcServer || usb || usb spawns two copies of this thread to handle usb:hs IPC requests. | ||
|- | |- | ||
| 16 || nn.usb.HsThread || usb || | | 16 || nn.usb.HsThread || usb || | ||
Line 41: | Line 43: | ||
|- | |- | ||
| 16 || nn.usb.PmIpcServer || usb || | | 16 || nn.usb.PmIpcServer || usb || | ||
|- | |||
| 23 || nn.pcv.IpcServer|| pcv || | |||
|- | |- | ||
| 27 || nn.boot.Main || boot || This is the real name for nn.boot.MainThread. | | 27 || nn.boot.Main || boot || This is the real name for nn.boot.MainThread. | ||
Line 51: | Line 55: | ||
|- | |- | ||
| 30 || nn.pcie.InterruptHandler || pcie || | | 30 || nn.pcie.InterruptHandler || pcie || | ||
|- | |||
| 32 || nn.bpc.IpcServer || pcv || | |||
|- | |||
| 32 || nn.bpc.IrqHandler || pcv || | |||
|- | |||
| 32 || nn.bpc.SleepButtonCounter || pcv || | |||
|- | |||
| 32 || nn.pcv.EmcDvfsPeriodicCompHandler || pcv || | |||
|- | |||
| 32 || nn.pcv.Main || pcv || This is the real name for nn.pcv.MainThread. | |||
|- | |||
| 32 || nn.time.IpcServer || pcv || | |||
|- | |- | ||
| 37 || nn.psc.Main || psc || This is the real name for nn.psc.MainThread. | | 37 || nn.psc.Main || psc || This is the real name for nn.psc.MainThread. | ||
Line 71: | Line 87: | ||
|- | |- | ||
| 37 || nn.usb.InputNotifier || usb || | | 37 || nn.usb.InputNotifier || usb || | ||
|- | |||
| 38 || nn.tma.MainThread || tma || | |||
|- | |- | ||
| 38 || nn.usb.PdCradleServer || usb || | | 38 || nn.usb.PdCradleServer || usb || | ||
Line 103: | Line 121: | ||
|- | |- | ||
| 49 || nn.settings.LazyWriter || settings || | | 49 || nn.settings.LazyWriter || settings || | ||
|- | |||
| 49 || nn.time.Worker || pcv || | |||
|- | |- | ||
| 58 || nn.fs.PatrolReader || fs || | | 58 || nn.fs.PatrolReader || fs || | ||
|} | |} |