summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/DetachTest.cpp
Commit message (Collapse)AuthorAge
* Removed _detached member from ThreadControl. Joining with a thread moreMichi Henning2003-03-12
| | | | | | | | | than once or detaching a detached thread or joining with a detached thread now has undefined behavior (instead of throwing an exception). Cleaned up a number of race conditions around the _id members of Thread and ThreadControl. Explicitly hid the assignment operator and copy constructor of Thread so we get better diagnostics for that.
* version update; date changeMarc Laukien2003-02-04
|
* Added ThreadControl::detach().Michi Henning2002-11-29