Skip to content
Success

Changes

Summary

  1. Set sched RR Priority on main thread (details)
Commit 6f45d36e936c9209a18e02b6a8c3a04eb1ff9fd9 by Pau Espin Pedrol
Set sched RR Priority on main thread

Since we are still affected by Python GIL, it makes sense to also set
the main thread (which is actually also expected to be real time) to a
real time priority.

Use a slightly higher rr prio (prio + 1) to the clckgen thread.

Change-Id: I6aa22125e7de4f472d691b271639d5bee25762cb
The file was modifiedsrc/target/trx_toolkit/fake_trx.py