summaryrefslogtreecommitdiffstats
path: root/libcxx/src/thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Libc++ build with MinGW64Eric Fiselier2017-05-311-1/+1
* Remove usages of _LIBCPP_MSVC which is never definedEric Fiselier2017-05-101-1/+1
* [libcxx] Support threads on FuchsiaPetr Hosek2017-03-011-2/+2
* Fix the build of thread.cpp on CloudABI.Ed Schouten2017-02-111-2/+2
* Threading support: externalize sleep_for() function.Asiri Rathnayake2017-02-091-26/+2
* Refer to _LIBCPP_MSVC macro where applicableSaleem Abdulrasool2017-02-061-1/+1
* [libcxx] Follow-up to r292107Asiri Rathnayake2017-01-161-5/+5
* Ensure Sleep(...) isn't passed the value 0 on WindowsEric Fiselier2017-01-071-1/+1
* thread: implement sleep_for on WindowsSaleem Abdulrasool2017-01-071-0/+7
* clean up use of _WIN32Saleem Abdulrasool2017-01-031-5/+6
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-6/+4
* [libcxx] Fix thread join.pass.cpp segfault after r271475Asiri Rathnayake2016-06-031-4/+7
* Refactor pthread usage of libcxx.Asiri Rathnayake2016-05-061-2/+2
* [libcxx] Whitelist inclusion of sysctl.h instead of blacklistingBen Craig2016-01-291-3/+8
* 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