summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Threading.cpp
Commit message (Collapse)AuthorAgeFilesLines
* rename ENABLE_THREADS to LLVM_ENABLE_THREADSDylan Noblesmith2011-11-281-4/+4
| | | | | | | | | | | Now that it needs to be exported in a public header (Valgrind.h) it should be prefixed to avoid collision with other projects. Add it to llvm-config.h as well. This'll require regenerating the configure script after this commit, but I don't have the required autoconf version. llvm-svn: 145214
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-191-4/+4
| | | | | | Patch by Arrowdodger. llvm-svn: 140064
* Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!NAKAMURA Takumi2011-09-191-2/+33
| | | | llvm-svn: 140011
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
| | | | | | | | from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314
* Merge System into Support.Michael J. Spencer2010-11-291-0/+116
| | | | llvm-svn: 120298
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-181-63/+0
| | | | llvm-svn: 73707
* Add newline at end of file.Owen Anderson2009-06-161-1/+1
| | | | llvm-svn: 73551
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-161-0/+63
calls for convenience. llvm-svn: 73512
OpenPOWER on IntegriCloud