| Value | Meaning |
|---|---|
| TP_BACKGROUND0 | Suitable for threads that shouldn't disrupt high priority work. |
| TP_NORMAL1 | Default priority level. |
| TP_DISPLAY2 | Suitable for threads which generate data for the display (at ~60Hz). |
| TP_REALTIME_AUDIO3 | Suitable for low-latency, glitch-resistant audio. |
Thread priority values listed in increasing order of importance.