Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_external_libcxx
/
69c72cf1ae966f4fae3013d50a683ab3025c08e6
/
src
/
condition_variable.cpp
c79549b
Revert "Revert "Merge to upstream r304942.""
by Dan Albert
· 7 years ago
38a0d5a
Revert "Merge to upstream r304942."
by Dan Albert
· 7 years ago
018a3d5
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
by Eric Fiselier
· 8 years ago
b89eba0
Recommit [libcxx] Never use <cassert> within libc++
by Eric Fiselier
· 8 years ago
a49c64f
Revert "[libcxx] Never use <cassert> within libc++"
by Eric Fiselier
· 8 years ago
2c90d1f
[libcxx] Never use <cassert> within libc++
by Eric Fiselier
· 8 years ago
7f735c3
Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread context.
by Eric Fiselier
· 8 years ago
35ff03b
Refactor pthread usage of libcxx.
by Asiri Rathnayake
· 9 years ago
8d86b2e
Allow libc++ to be built on systems without POSIX threads
by Jonathan Roelofs
· 10 years ago
b076785
Implement LWG issue #2135. If something goes wrong in condition_variable::wait, call terminate() rather than throwing an error. Do this indirectly, by marking the call as 'noexcept'. This is better than just calling terminate() directly, because it gives a better error message on the console.
by Marshall Clow
· 11 years ago
cf115d2
Change sleep_for, sleep_until, and the condition_variable timed wait
by Howard Hinnant
· 12 years ago
c8f7413
noexcept applied to <condition_variable>.
by Howard Hinnant
· 12 years ago
ec3773c
Quash a whole bunch of warnings
by Howard Hinnant
· 13 years ago
b64f8b0
license change
by Howard Hinnant
· 14 years ago
5306d68
Convert __thread_local_data to the singleton pattern
by Howard Hinnant
· 14 years ago
e6e4d01
[futures.atomic_future] and notify_all_at_thread_exit. This completes the header <future> and all of Chapter 30 (for C++0x enabled compilers).
by Howard Hinnant
· 14 years ago
f5256e1
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
bc8d3f9
libcxx initial import
by Howard Hinnant
· 15 years ago