summaryrefslogtreecommitdiff
path: root/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm
AgeCommit message (Collapse)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
llvm-svn: 224658
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
If you're crazy enough to want this sort of thing, then add -D_LIBCPP_HAS_NO_THREADS to your CXXFLAGS and --param=additiona_features=libcpp-has-no-threads to your lit commnad line. http://reviews.llvm.org/D3969 llvm-svn: 217271
2013-03-26Fixed race conditions in thread tests; exposed by UBSanMarshall Clow
llvm-svn: 178029
2010-11-16license changeHoward Hinnant
llvm-svn: 119395
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
llvm-svn: 103516
2010-05-11libcxx initial importHoward Hinnant
llvm-svn: 103490