Lock abstraction, introduced with a view toward making the JIT thread-safe.
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 1 Dec 2003 21:33:31 +0000 (21:33 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 1 Dec 2003 21:33:31 +0000 (21:33 +0000)
commit59e47e3ee10840beb57ece10af04a6f9bf3495e9
tree8d410a2f8e3420d942b380d657379b30c220ed1a
parenta8df7bdbacc0795bdca383035d1a2169445ffb7e
Lock abstraction, introduced with a view toward making the JIT thread-safe.
Eventually.

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