$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] problems with boost::thread::native_handle()
From: Carlos Casado Cascado (quierosermacgyver_at_[hidden])
Date: 2009-12-03 07:03:47
Hello, my name is Carlos Casado, i work at the Malaga univeristy in Spain.
I´m working with a robotic arm and we use boost thread library. We need give
some thread priority, we want use the thread's original handle (pthread)
because we can manage priority with pthread_setschedparam () .
The problem is that we can´t use native_handle() because it is not defined.
We have a RT ubuntu machine with boost thread 1.35 version
Forgive my english errors. And thanks for your help