This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] c++0x <thread> testcase fixes


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

Attachment: thread_patchlet.txt
Description: Text document

Attachment: Changelog_thread_patchlet.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]