Re: [PATCH v5 0/2] allow creating thread with real-time priority

2023-10-26 Thread Tyler Retzlaff
On Thu, Oct 26, 2023 at 10:00:33PM +0200, Thomas Monjalon wrote: > 26/10/2023 16:19, Thomas Monjalon: > > Real-time thread priority was been forbidden on Unix > > because of problems they can cause. > > Warnings and helpers are added to avoid deadlocks, > > so real-time can be allowed on all system

Re: [PATCH v5 0/2] allow creating thread with real-time priority

2023-10-26 Thread Thomas Monjalon
26/10/2023 16:19, Thomas Monjalon: > Real-time thread priority was been forbidden on Unix > because of problems they can cause. > Warnings and helpers are added to avoid deadlocks, > so real-time can be allowed on all systems. > > Thomas Monjalon (2): > eal: add thread yield functions > eal/un

[PATCH v5 0/2] allow creating thread with real-time priority

2023-10-26 Thread Thomas Monjalon
Real-time thread priority was been forbidden on Unix because of problems they can cause. Warnings and helpers are added to avoid deadlocks, so real-time can be allowed on all systems. Thomas Monjalon (2): eal: add thread yield functions eal/unix: allow creating thread with real-time priority