summaryrefslogtreecommitdiffstats
path: root/libcxx/test/thread/futures/futures.atomic_future
Commit message (Collapse)AuthorAgeFilesLines
* Implemented N3194Howard Hinnant2010-11-309-724/+0
| | | | llvm-svn: 120458
* license changeHoward Hinnant2010-11-169-18/+18
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-041-2/+2
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* [futures.atomic_future] and notify_all_at_thread_exit. This completes the ↵Howard Hinnant2010-09-039-0/+724
header <future> and all of Chapter 30 (for C++0x enabled compilers). llvm-svn: 113017
OpenPOWER on IntegriCloud