aboutsummaryrefslogtreecommitdiff
path: root/include/Support/ThreadSupport.h
AgeCommit message (Collapse)Author
2004-02-23ThreadSupport.h is now output from configure.Brian Gaeke
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11770 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-06Use autoconf answers from config.h (FIXME, should autoconf this fileBrian Gaeke
directly instead). Fix LockHolder/MutexLocker typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11156 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-17fix copy-and-pastoChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10907 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-17Revision of Brian's threading support library to be a bit more generic andChris Lattner
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