| 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 |
| 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() |