summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/RWRecMutex.cpp
Commit message (Collapse)AuthorAge
* ICE-4753 - Remove StaticMutex & RWRecMutexJose2012-02-21
|
* updating version & copyright for 3.4.2Mark Spruiell2011-05-11
|
* Updated copyright to 2010Dwayne Boone2010-01-07
|
* 4480 - add ICE_DEPRECATED_API to StaticMutex & RWRecMutexJose2009-12-16
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Updated copyrightDwayne Boone2008-01-23
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1351 - use monotonic ↵Dwayne Boone2007-09-05
| | | | timers where possible
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Bug 1339.Michi Henning2006-08-29
| | | | Bug 1335 and 1325 for Ice-E.
* Updated copyrightDwayne Boone2006-03-14
|
* Fixed bugs 724 and 725Bernard Normier2006-01-30
|
* Fixed GCC 4.0.1 warningsBernard Normier2005-11-15
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=547Matthew Newhook2005-10-27
|
* Fixed broken upgrade() for RWRecMutex.Michi Henning2005-10-25
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Fixed bug introduced by previous commitBernard Normier2003-05-16
|
* Renamed trylock, readlock and writelock to tryLock, readLock and writeLockBernard Normier2003-05-16
|
* all timed function now return false on timeout instead of raising anBernard Normier2003-05-16
| | | | exception
* Mutex and Lock changes: lock/unlock now return void, trylock returns a boolBernard Normier2003-04-16
| | | | | that indicates whether the lock was acquired or not, plus new member functions on LockT/TryLockT
* Fixed a variety of race conditions in Thread.cpp. Made RWRecMutex smaller.Michi Henning2003-03-10
|
* version update; date changeMarc Laukien2003-02-04
|
* Removed redundant iostream include that was left behind for tracing.Michi Henning2002-11-08
|
* Fixed incorrect writelock implementation -- the _writerControl member wasMichi Henning2002-11-08
| | | | never set when a writer acquired the lock.
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* dos2unixMarc Laukien2002-09-22
|
* thread fixesMarc Laukien2002-09-22
|
* added spaceMarc Laukien2002-07-09
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* time updates.Matthew Newhook2002-04-22
|
* Added IceUtil/Time.hMatthew Newhook2002-04-22
|
* BusyException; naming fixesMarc Laukien2002-04-20
|
* Added preliminary implementation of timed read/write trylock for RWRecMutexMatthew Newhook2002-04-20
|
* Added support for recursive write mutexes. Added read/write mutex upgrade.Matthew Newhook2002-04-18
|
* Remove ConstLock, and friends.Matthew Newhook2001-12-31
|
* IceThread merge.Matthew Newhook2001-12-27