$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Changing the priority of a thread
From: Igor R (boost.lists_at_[hidden])
Date: 2010-10-19 06:27:00
> Is it possible to change the priority of the boost::thread in windows?
> How do you do it?
Try passing the value returned from thread::native_handle() to
SetThreadPriority WinAPI.