$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-08-03 10:34:17
Aaron W. LaFramboise wrote:
> Following is an implementation of, and some comments on, a staticly
> linked Boost.Thread thread exit handler for MSVC.
[snip rest of message]
Here's another question: calls to DllMain are serialized (i.e., only one
thread at a time is allowed to call DllMain); is the same true for the
tls callback? If not, the implementation of on_thread_exit(), will have
to be a lot more careful to be thread-safe.
Mike