[v3] c++0x <thread> testcase fixes
Chris Fairles
chris.fairles@gmail.com
Sat Sep 13 09:32:00 GMT 2008
If a thread isn't joined when it goes out of scope, it becomes
detached. Since we can't garauntee that the thread will be complete
before program exit, best to join it. Also missed a couple "test"
variables.
Chris
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: thread_patchlet.txt
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080913/3b904f8e/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Changelog_thread_patchlet.txt
URL: <http://gcc.gnu.org/pipermail/libstdc++/attachments/20080913/3b904f8e/attachment-0001.txt>
More information about the Libstdc++
mailing list