aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/Mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Add debugging code to test for various locking faux-pas's, when running in si...Owen Anderson2009-06-201-1/+16
* Fix a major typo.Owen Anderson2009-06-191-1/+1
* Fix weird class-size-being-different problems. At some level this is being c...Owen Anderson2009-06-191-2/+0
* Add a SmartScopedLock, and use it to simplify code.Owen Anderson2009-06-181-0/+16
* Simplify the SmartMutex implementation a bit.Owen Anderson2009-06-181-10/+9
* Insert a SmartMutex templated class into the class hierarchy, which takes a t...Owen Anderson2009-06-181-5/+43
* Make Mutex's constructor explicit, and tidy up whitespace.Dan Gohman2009-02-061-3/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* remove obviously dead uses of IncludeFile.Chris Lattner2007-12-181-4/+0
* For PR780:Reid Spencer2006-07-261-0/+4
* For PR616:Reid Spencer2005-08-241-0/+2
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-3/+3
* Eliminate tabsJeff Cohen2005-07-131-2/+2
* Win32 support for Mutex class.Jeff Cohen2005-07-131-3/+3
* For PR540:Reid Spencer2005-07-121-0/+82