Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
src
/
condition_variable.cpp
a016efb
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
by Eric Fiselier
· 8 years ago
e49cdfb
Recommit [libcxx] Never use <cassert> within libc++
by Eric Fiselier
· 9 years ago
f9e7bf3
Revert "[libcxx] Never use <cassert> within libc++"
by Eric Fiselier
· 9 years ago
d5fd7d7
[libcxx] Never use <cassert> within libc++
by Eric Fiselier
· 9 years ago
ff94d25
Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread context.
by Eric Fiselier
· 9 years ago
c7e4239
Refactor pthread usage of libcxx.
by Asiri Rathnayake
· 9 years ago
b3fcc67
Allow libc++ to be built on systems without POSIX threads
by Jonathan Roelofs
· 11 years ago
1641a7c
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
· 12 years ago
aad745a
Change sleep_for, sleep_until, and the condition_variable timed wait
by Howard Hinnant
· 13 years ago
45c663d
noexcept applied to <condition_variable>.
by Howard Hinnant
· 13 years ago
c206366
Quash a whole bunch of warnings
by Howard Hinnant
· 14 years ago
412dbeb
license change
by Howard Hinnant
· 15 years ago
10e4a48
Convert __thread_local_data to the singleton pattern
by Howard Hinnant
· 15 years ago
b77c0c0
[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
· 15 years ago
5b08a8a
Wiped out some non-ascii characters that snuck into the copyright.
by Howard Hinnant
· 15 years ago
3e51952
libcxx initial import
by Howard Hinnant
· 15 years ago