Boost C++ Libraries: Ticket #615: thread identification and getting the id https://svn.boost.org/trac10/ticket/615 <pre class="wiki">There are no identification for created threads in thread_group (at least working correctly under Linux). If it will be possible to set an id in function "create_thread" and have a function to get the id of current thread, then it will be a way to connect certain thread with some other resources (to do monitoring for example and for other purposes) </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/615 Trac 1.4.3 Roland Schwarz Fri, 03 Aug 2007 09:00:20 GMT status changed; severity set https://svn.boost.org/trac10/ticket/615#comment:1 https://svn.boost.org/trac10/ticket/615#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> <p> The question of id has been brought up several times. It is not clear to me what you intend to do with this id. (At least the memory address of the thread instance class is kind of an id.) I invite you to discuss this on the boost thread developer list. </p> Ticket