aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/RWMutex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-061-8/+4
* Workaround for an... interesting bug in Darwin's pthread_rwlock_init.Owen Anderson2009-06-201-0/+7
* Give RWMutex the SmartRWMutex treatment too.Owen Anderson2009-06-181-12/+12
* Fix build when disable thread support.Owen Anderson2009-06-181-1/+1
* Fix/cleanup trailing newlines.Owen Anderson2009-06-161-1/+0
* Add a portable wrapper for reader-writer locks.Owen Anderson2009-06-161-0/+169