Files
Xenia-Canary/src/xenia
Marco Rodolfi 55bbb28a80 [threading] Linux fixes on setting an incorrect priority
This call was failing since SCHED_FIFO doesn't support negative priorities, but only positive ones, see third paragraph of scheduling policies: https://man7.org/linux/man-pages/man7/sched.7.html.

Additionally Linux do provice up to 99 levels, but I've limited myself to the required UNIX standard of 32, and split the priority levels evenly from that.

I've also added a couple of rows to debug additional issues in the future like this.
2025-01-17 09:56:43 +01:00
..
2025-01-12 16:11:16 +01:00
2024-12-26 23:42:31 +01:00
2023-10-11 17:43:59 +02:00
2020-04-07 16:09:41 -05:00