Files
llvm-6502/include/llvm/System
Owen Anderson b849a4dd4b Insert a SmartMutex templated class into the class hierarchy, which takes a template parameter specifying whether this mutex
should become a no-op when not running in multithreaded mode.  Make sys::Mutex a typedef of SmartMutex<false>, to preserve source compatibility.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73709 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-18 17:53:17 +00:00
..
2009-02-08 22:47:39 +00:00
2009-03-31 17:30:15 +00:00
2009-06-04 08:18:25 +00:00
2009-02-08 22:48:07 +00:00
2009-06-17 23:49:06 +00:00