Owen Anderson 9aaa6b8958 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.

llvm-svn: 73709
2009-06-18 17:53:17 +00:00
..
2009-03-19 23:26:52 +00:00
2009-06-04 08:18:25 +00:00
2009-04-21 16:04:56 +00:00