$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Thread prioritization
From: Ben Pope (benpope81_at_[hidden])
Date: 2014-11-20 04:53:31
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.
Ben