summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Threading.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-116/+0
| | | | llvm-svn: 120298
* System: Add llvm_execute_on_thread, which does what it says.Daniel Dunbar2010-11-041-0/+52
| | | | | | | - Primarily useful for running some code with a specified stack size, when pthreads are available. llvm-svn: 118222
* No need to double-include config.hOwen Anderson2009-07-061-1/+1
| | | | llvm-svn: 74854
* We need to include config.h to get the proper setting to LLVM_MULTITHREADED.Owen Anderson2009-07-061-0/+1
| | | | | | Patch by Xerxes Ranby. llvm-svn: 74846
* improve portability to windows, patch by Xerces Ranby!Chris Lattner2009-07-061-1/+1
| | | | llvm-svn: 74835
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-181-0/+63
llvm-svn: 73707
OpenPOWER on IntegriCloud