aboutsummaryrefslogtreecommitdiff
path: root/lib/System/RWMutex.cpp
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-20Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete threeChandler Carruth
2010-10-20Add ATTRIBUTE_UNUSED for -Asserts.NAKAMURA Takumi
2010-08-10Mark this variable as used.Chandler Carruth
2010-08-10remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, whichChris Lattner
2009-09-06Tweak code into an equivalent form for which iccDuncan Sands
2009-06-20Workaround for an... interesting bug in Darwin's pthread_rwlock_init.Owen Anderson
2009-06-18Give RWMutex the SmartRWMutex treatment too.Owen Anderson
2009-06-18Fix build when disable thread support.Owen Anderson
2009-06-16Fix/cleanup trailing newlines.Owen Anderson
2009-06-16Add a portable wrapper for reader-writer locks.Owen Anderson