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. | |||
* | Fixed a variety of race conditions in Thread.cpp. Made RWRecMutex smaller. | Michi Henning | 2003-03-10 | |
| | ||||
* | Added IceUtil::ThreadControl::isAlive() member function. | Michi Henning | 2003-03-10 | |
| | ||||
* | minor | Marc Laukien | 2003-02-22 | |
| | ||||
* | version update; date change | Marc Laukien | 2003-02-04 | |
| | ||||
* | Made getThreadControl() a const method. | Michi Henning | 2002-12-03 | |
| | ||||
* | Added explicit test for double detach -- pthread_detach() doesn't always | Michi Henning | 2002-12-02 | |
| | | | | return ESRCH when a detached thread is detached again. | |||
* | Added ThreadStartedException and appropriate test in Thread::start() to | Michi Henning | 2002-12-02 | |
| | | | | catch re-use of a Thread object. | |||
* | Improved comments for join() and detach(). | Michi Henning | 2002-11-29 | |
| | ||||
* | Added ThreadControl::detach(). | Michi Henning | 2002-11-29 | |
| | ||||
* | Fixed botched changes for Windows. | Michi Henning | 2002-11-13 | |
| | ||||
* | commented out id stuff | Marc Laukien | 2002-11-12 | |
| | ||||
* | Added id() access to IceUtil::Thread. | Michi Henning | 2002-11-12 | |
| | ||||
* | fixed copyright date | Marc Laukien | 2002-11-06 | |
| | ||||
* | changing copyright location; adding GPL note | Mark Spruiell | 2002-10-28 | |
| | ||||
* | changing Mutable Realms to ZeroC | Mark Spruiell | 2002-10-26 | |
| | ||||
* | dos2unix | Marc Laukien | 2002-09-22 | |
| | ||||
* | thread fixes | Marc Laukien | 2002-09-22 | |
| | ||||
* | added space | Marc Laukien | 2002-07-09 | |
| | ||||
* | unix format | Marc Laukien | 2002-06-24 | |
| | ||||
* | removed spaces after keywords | Marc Laukien | 2002-06-23 | |
| | ||||
* | sleep now takes IceUtil::Time | Marc Laukien | 2002-05-19 | |
| | ||||
* | updater thread | Marc Laukien | 2002-04-18 | |
| | ||||
* | WIN32->_WIN32 | Marc Laukien | 2002-04-10 | |
| | ||||
* | fixes for new bison | Marc Laukien | 2002-03-22 | |
| | ||||
* | performance improvement | Marc Laukien | 2002-03-11 | |
| | ||||
* | Fix some TODO's in IceUtil. IceStorm now uses the new Logger utils. | Matthew Newhook | 2002-02-12 | |
| | ||||
* | made some inline ops non-inline; added comments and TODOs | Marc Laukien | 2002-02-12 | |
| | ||||
* | glacier intergration | Marc Laukien | 2002-01-14 | |
| | ||||
* | Remove ConstLock, and friends. | Matthew Newhook | 2001-12-31 | |
| | ||||
* | IceThread merge. | Matthew Newhook | 2001-12-27 | |