
3 Aug
2004
3 Aug
'04
3:34 p.m.
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