summaryrefslogtreecommitdiffstats
path: root/libcxx/src/thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't include <sys/sysctl.h> on CloudABI.Ed Schouten2015-03-101-2/+2
* libc++: support NaCl when building thread.cppJF Bastien2014-12-021-4/+4
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-051-0/+5
* Handle partial nanosleeps in this_thread::sleep_forDavid Majnemer2014-06-041-1/+3
* Switch to using C++ style casts.Joerg Sonnenberger2014-01-041-1/+1
* G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that...Howard Hinnant2013-10-041-1/+5
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-2/+2
* Windows support in thread::hardware_concurrency.Howard Hinnant2013-07-021-0/+7
* Matthew Dempsky: POSIX defines that the _POSIX_C_SOURCE macros are to be set ...Howard Hinnant2013-06-301-3/+3
* Create a weak pthread_create reference on NetBSD to not force aJoerg Sonnenberger2013-05-171-0/+4
* Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant2013-03-291-1/+1
* Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant2013-03-281-0/+2
* Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow2013-03-181-1/+1
* Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow2013-03-181-1/+1
* Belt and suspenders when calling sysconfMarshall Clow2013-02-071-1/+3
* Another libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-1/+1
* Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC.Howard Hinnant2012-12-271-2/+4
* Change sleep_for, sleep_until, and the condition_variable timed waitHoward Hinnant2012-08-301-3/+15
* Andrew Morrow: The attached patch is an attempt to implementHoward Hinnant2012-08-021-2/+11
* noexcept applied to <thread>.Howard Hinnant2012-07-211-1/+1
* Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall2012-02-291-1/+1
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+1
* Work on Windows port by Ruben Van BoxemHoward Hinnant2011-09-231-0/+2
* Effort to reduce the number of exported symbolsHoward Hinnant2010-12-171-3/+18
* license changeHoward Hinnant2010-11-161-2/+2
* Convert __thread_local_data to the singleton patternHoward Hinnant2010-10-141-1/+6
* [futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant2010-09-031-0/+22
* future continues ...Howard Hinnant2010-08-271-0/+55
* Fixing whitespace problemsHoward Hinnant2010-08-221-4/+4
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+4
* For compiling on FreeBSDHoward Hinnant2010-05-251-0/+1
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-2/+8
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+73
OpenPOWER on IntegriCloud