Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed _detached member from ThreadControl. Joining with a thread more | Michi Henning | 2003-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 change | Marc Laukien | 2003-02-04 |
| | |||
* | Added ThreadControl::detach(). | Michi Henning | 2002-11-29 |