summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/RWMutex.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-157/+0
| | | | llvm-svn: 120298
* Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete threeChandler Carruth2010-10-201-2/+2
| | | | | | #includes in the process. llvm-svn: 116919
* Add ATTRIBUTE_UNUSED for -Asserts.NAKAMURA Takumi2010-10-201-2/+2
| | | | llvm-svn: 116909
* Mark this variable as used.Chandler Carruth2010-08-101-0/+1
| | | | llvm-svn: 110667
* remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, whichChris Lattner2010-08-101-16/+1
| | | | | | is the default. Patch by NAKAMURA Takumi! llvm-svn: 110636
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-061-8/+4
| | | | | | | doesn't warn about unreachable instructions. Patch by Erick Tryzelaar (#111). llvm-svn: 81110
* Workaround for an... interesting bug in Darwin's pthread_rwlock_init.Owen Anderson2009-06-201-0/+7
| | | | llvm-svn: 73806
* Give RWMutex the SmartRWMutex treatment too.Owen Anderson2009-06-181-12/+12
| | | | llvm-svn: 73710
* Fix build when disable thread support.Owen Anderson2009-06-181-1/+1
| | | | | | Patch by Howard Su. llvm-svn: 73680
* Fix/cleanup trailing newlines.Owen Anderson2009-06-161-1/+0
| | | | llvm-svn: 73546
* Add a portable wrapper for reader-writer locks.Owen Anderson2009-06-161-0/+169
llvm-svn: 73545
OpenPOWER on IntegriCloud