Revision of Brian's threading support library to be a bit more generic and
authorChris Lattner <sabre@nondot.org>
Sat, 17 Jan 2004 19:54:29 +0000 (19:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Jan 2004 19:54:29 +0000 (19:54 +0000)
commit440f87eea20f11ea86822816fae965956795d6d3
treebe84096b985cf4b719e9e556230c898afc2db9cc
parent64811a3e184a01cd8fde35a91f79e92d7314a63c
Revision of Brian's threading support library to be a bit more generic and
platform independent.  This code is completely untested (but never used),
and needs autoconf support for detecting pthreads, but it's a start, and
deletes two emails from my inbox.  :)

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