Support: make LLVM Mutexes STL-compatible
authorDylan Noblesmith <nobled@dreamwidth.org>
Sat, 23 Aug 2014 22:49:22 +0000 (22:49 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Sat, 23 Aug 2014 22:49:22 +0000 (22:49 +0000)
commitd930a308333a640aba76d2dbc01b0ba097ee4cee
treef75008e90df638212ef73c160d0532c92fd79d31
parent7e3e4311c56a975e4671a881c297231402ce5002
Support: make LLVM Mutexes STL-compatible

Use lock/unlock() convention instead of acquire/release().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216336 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/ValueMap.h
include/llvm/Support/Mutex.h
include/llvm/Support/MutexGuard.h
include/llvm/Support/RWMutex.h
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/Support/Unix/Signals.inc
unittests/IR/ValueMapTest.cpp