Re: [Boost-bugs] [Boost C++ Libraries] #5837: tss_dll: does not appear to allocate TLS storage at the proper time

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5837: tss_dll: does not appear to allocate TLS storage at the proper time
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-12-29 14:24:07


#5837: tss_dll: does not appear to allocate TLS storage at the proper time
---------------------------------+------------------------------------------
  Reporter: noloader@… | Owner: anthonyw
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.47.0 | Severity: Problem
Resolution: invalid | Keywords: tss
---------------------------------+------------------------------------------
Changes (by viboes):

  * status: new => closed
  * resolution: => invalid

Comment:

 Closed as the file tss_hooks.cpp doesn't exists

 The current code is

 {{{
     BOOST_THREAD_DECL void __cdecl on_process_enter()
     {}

     BOOST_THREAD_DECL void __cdecl on_thread_enter()
     {}

     BOOST_THREAD_DECL void __cdecl on_process_exit()
     {
         boost::cleanup_tls_key();
     }

     BOOST_THREAD_DECL void __cdecl on_thread_exit()
     {
         boost::run_thread_exit_callbacks();
     }
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5837#comment:3>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:08 UTC