aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/ThreadSupport-PThreads.h
Commit message (Collapse)AuthorAgeFilesLines
* Revision of Brian's threading support library to be a bit more generic andChris Lattner2004-01-171-51/+24
| | | | | | | | | 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
* Lock abstraction, introduced with a view toward making the JIT thread-safe.Brian Gaeke2003-12-011-0/+69
Eventually. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10284 91177308-0d34-0410-b5e6-96231b3b80d8