$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-05-15 03:47:29
marie-line.gentil2 wrote:
>Is there a boost method which does it? I went through the whole thread 
>documention but could not figure out how to do so. 
>  
>
The thread class's default constructor will create a thread object 
representing the current thread.
But there is no way in Boost.Thread to get the thread ID of any thread, 
because this is a system-specific operation, with system-specific types.
Sebastian Redl