
15 May
2006
15 May
'06
7:47 a.m.
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