On Sun, Aug 24, 2025 at 04:15:37PM +0200, Hermann Meyer wrote:

> I need to run my own tests in order to check if real-time priority could be
> set by the user or not.

I use this:

int policy;
struct sched_param schedpar;
                 
pthread_getschedparam (jack_client_thread_id (_jack_client), &policy, 
&schedpar);


Ciao,

-- 
FA


_______________________________________________
Linux-audio-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to