|
|
|
|
|
by astrange
1453 days ago
|
|
> (this is not so much an issue with linux but with your threading library) If your threading library isn't capable of handling priority inheritance then it's probably Linux's fault for making it not easy enough to do that. This is a serious issue on AMP (aka big.little) processors, if everything has waits on the slow cores with no inheritance then everything will be slow. |
|