Users of the llvm global mutex must now acquire it manually.
authorZachary Turner <zturner@google.com>
Mon, 16 Jun 2014 22:39:38 +0000 (22:39 +0000)
committerZachary Turner <zturner@google.com>
Mon, 16 Jun 2014 22:39:38 +0000 (22:39 +0000)
commit9be5c8ca6bb5c91cbc23e24d8703a8e140d68397
treef8a2ebc22725a545a708fee4e1d9c9991a1234aa
parent8b3a8d6343ae078a881abac4b5be067e74e5739a
Users of the llvm global mutex must now acquire it manually.

This allows the mutex to be acquired in a guarded, RAII fashion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211066 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Mutex.h
include/llvm/Support/Threading.h
lib/Support/ManagedStatic.cpp
lib/Support/Threading.cpp
lib/Support/Timer.cpp