Split the thread-related APIs out into their own file, and add a few more
authorOwen Anderson <resistor@mac.com>
Tue, 16 Jun 2009 17:33:51 +0000 (17:33 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 16 Jun 2009 17:33:51 +0000 (17:33 +0000)
commit4c7ac18fc9e9af51ea6362871589c13263526d7a
treeda867f4f03bba0f350b1f31e705ddfa611b8f9d7
parent3d0cbbe0ad592acb64788ac2157b5192b39b5fc6
Split the thread-related APIs out into their own file, and add a few more
calls for convenience.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73512 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ManagedStatic.h
include/llvm/Support/Threading.h [new file with mode: 0644]
lib/Support/ManagedStatic.cpp
lib/Support/Threading.cpp [new file with mode: 0644]