20 Nov
2014
20 Nov
'14
9:53 a.m.
On Thursday, November 20, 2014 05:27 PM, Alexander CarĂ´t wrote:
Hello all,
is it correct that boost does not offer thread prioritization ?
There's nothing directly on the interface.
I am dealing with an application with a number of threads, which all depend on the realtime-scheduled sound card callback thread.
These threads must have the same realtime scheduling priority.
Is there a way to achieve this ?
Basically there's a platform specific back door: native_handle. http://www.boost.org/doc/libs/1_57_0/doc/html/thread/thread_management.html#... Ben