SCM Repositories - boost


Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4, Mon Jul 24 19:00:30 2006 UTC revision 1.5, Mon Aug 7 16:34:54 2006 UTC
# Line 1  Line 1 
1  // (C) Copyright Michael Glassford 2004.  // (C) Copyright Michael Glassford 2004.
2  // Copyright (c) 2006 Peter Dimov  // Copyright (c) 2006 Peter Dimov
3    // Copyright (c) 2006 Anthony Williams
4  //  //
5  // Use, modification and distribution are subject to the  // Use, modification and distribution are subject to the
6  // Boost Software License, Version 1.0. (See accompanying file  // Boost Software License, Version 1.0. (See accompanying file
# Line 105  Line 106 
106    
107  extern "C" BOOST_THREAD_DECL void on_process_exit()  extern "C" BOOST_THREAD_DECL void on_process_exit()
108  {  {
109        if( tls_key != invalid_tls_key )
110        {
111            TlsFree(tls_key);
112        }
113  }  }
114    
115  extern "C" BOOST_THREAD_DECL void on_thread_enter()  extern "C" BOOST_THREAD_DECL void on_thread_enter()

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5