System Thread Priorities: Difference between revisions
→Production devices: usb |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
! 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.i2c.IpcServer || Bus || | |||
|- | |||
| 16 || nn.i2c.ForPcvIpcServer || Bus || | |||
|- | |||
| 16 || nn.gpio.IpcServer || Bus || | |||
|- | |||
| 16 || nn.gpio.InterruptHandler|| Bus || | |||
|- | |||
| 16 || nn.pinmux.IpcServer || Bus || | |||
|- | |||
| 16 || nn.sasbus.IpcServer || Bus || | |||
|- | |||
| 16 || nn.sasbus.PeriodicReceiveModeThread || Bus || | |||
|- | |- | ||
| | | 16 || nn.uart.IpcServer || Bus || | ||
|- | |- | ||
| | | 16 || nn.uart.InterruptHandler|| Bus || | ||
|- | |- | ||
| 16 || nn.usb.MainThread || usb || | | 16 || nn.usb.MainThread || usb || | ||
Line 20: | 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 27: | 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.spl.MainThread || spl || | |||
|- | |||
| 27 || nn.sm.MainThread || sm || | |||
|- | |||
| 30 || nn.pcie.Main || pcie || This is the real name for nn.pcie.MainThread. | |||
|- | |||
| 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 35: | Line 75: | ||
|- | |- | ||
| 37 || nn.srepo.IpcServer || psc || | | 37 || nn.srepo.IpcServer || psc || | ||
|- | |||
| 37 || nn.pwm.IpcServer || Bus || | |||
|- | |- | ||
| 37 || nn.usb.PdAlert || usb || | | 37 || nn.usb.PdAlert || usb || | ||
Line 45: | 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 77: | 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 || | ||
|} | |} |