System Thread Priorities: Difference between revisions
→Production devices: psc - math is hard. |
→Production devices: usb |
||
Line 11: | Line 11: | ||
|- | |- | ||
| 27 || nn.sm.MainThread || sm || | | 27 || nn.sm.MainThread || sm || | ||
|- | |||
| 16 || nn.usb.MainThread || usb || | |||
|- | |||
| 16 || nn.usb.DsIpcServer || usb || usb spawns four copies of this thread to handle usb:ds IPC requests. | |||
|- | |||
| 16 || nn.usb.DsProtocol || 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.HsThread || usb || | |||
|- | |||
| 16 || nn.usb.InterruptHandler || usb || | |||
|- | |||
| 16 || nn.usb.PmIpcServer || usb || | |||
|- | |- | ||
| 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 19: | Line 35: | ||
|- | |- | ||
| 37 || nn.srepo.IpcServer || psc || | | 37 || nn.srepo.IpcServer || psc || | ||
|- | |||
| 37 || nn.usb.PdAlert || usb || | |||
|- | |||
| 37 || nn.usb.PdExecute || usb || | |||
|- | |||
| 37 || nn.usb.PdReceiveVdm || usb || | |||
|- | |||
| 37 || nn.usb.PdServer || usb || | |||
|- | |||
| 37 || nn.usb.InputNotifier || usb || | |||
|- | |||
| 38 || nn.usb.PdCradleServer || usb || | |||
|- | |- | ||
| 39 || nn.gc.DeviceDetector || fs || | | 39 || nn.gc.DeviceDetector || fs || | ||
Line 28: | Line 56: | ||
| 45 || nn.fs.MainThread || fs || | | 45 || nn.fs.MainThread || fs || | ||
|- | |- | ||
| 46 || nn.fs. | | 46 || nn.fs.WorkerNormalPriorityAccess || fs || fs spawns five copies of this thread to handle fsp-srv IPC requests | ||
|- | |- | ||
| 48 || nn.boot2.MainThread || boot2 || | | 48 || nn.boot2.MainThread || boot2 || |