summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/TestSuite.cpp
Commit message (Collapse)AuthorAge
* Copyright header simplicationJose2019-01-19
|
* Remove copyright noticeJose2018-12-18
|
* Fix copyright headerJose2018-12-18
|
* Do not use Ice::Application for Ice testsuiteJose2018-06-01
|
* Update copyright year to 2018Jose2018-02-14
|
* ICE-7506 - Update copyright to 2017Joe George2017-02-13
|
* Update copyright headersJoe George2016-03-01
|
* Fixed (ICE-5975) - Improve IceUtil::ThreadControl::sleep and wait primitives ↵Jose2015-02-10
| | | | to better handle negative values
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* merging javascript branchMark Spruiell2014-03-19
|
* Fixed ICE-5179: Fixed copyrightsBenoit Foucher2013-02-12
|
* Fixed copyrightsBenoit Foucher2012-04-25
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* Remove StaticMutexTest & RWRecMutexTestJose2009-12-16
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Updated copyrightDwayne Boone2006-03-14
|
* removed inheritance GCShared->SharedMarc Laukien2005-03-08
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Changed inheritance of IceUtil::GCShared from IceUtil::Shared to virtualMichi Henning2005-01-14
| | | | | | | | | inheritance, so we don't have two IceUtil::Shared instances in a class that uses multiple inheritance and ends up deriving from IceUtil::Shared more than once. Added a test case to the thread tests for a class that inherits from both GCShared and Thread to proved that there is indeed only one shared instance of IceUtil::Shared in such a class.
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Fixed thread start race conditionBernard Normier2004-04-22
|
* Added CountDownLatch testBernard Normier2004-04-20
|
* Got rid of StaticRecMutex.Michi Henning2003-10-22
|
* merging changes for garbage collectorMichi Henning2003-10-20
|
* 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.
* Added IceUtil::ThreadControl::isAlive() member function.Michi Henning2003-03-10
|
* version update; date changeMarc Laukien2003-02-04
|
* Added ThreadStartedException and appropriate test in Thread::start() toMichi Henning2002-12-02
| | | | catch re-use of a Thread object.
* Added ThreadControl::detach().Michi Henning2002-11-29
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* added spaceMarc Laukien2002-07-09
|
* minor update.Matthew Newhook2002-04-18
|
* Added support for recursive write mutexes. Added read/write mutex upgrade.Matthew Newhook2002-04-18
|
* glacier intergrationMarc Laukien2002-01-14
|
* IceThread merge.Matthew Newhook2001-12-27