System: Add llvm_execute_on_thread, which does what it says.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 4 Nov 2010 01:26:25 +0000 (01:26 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 4 Nov 2010 01:26:25 +0000 (01:26 +0000)
commitea8e20696e0bc8313b9459484797614a769a5e0c
treef644b974fdaaf33f2b4b6bb99ee5f792a7585c77
parent70933266ae73c891d9d1c2f0de72ecd1db8f86df
System: Add llvm_execute_on_thread, which does what it says.
 - Primarily useful for running some code with a specified stack size, when
   pthreads are available.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118222 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/System/Threading.h
lib/System/Threading.cpp