This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 109c40ed7a math: update arm ulps new 1db84775f8 pthreads NPTL: lost wakeup fix 2 new 0cc973160c nptl: Update comments and indentation for new condvar implem [...] new b42cc6af11 nptl: Remove unnecessary catch-all-wake in condvar group switch new 4f7b051f8e nptl: Remove unnecessary quadruple check in pthread_cond_wait new c36fc50781 nptl: Remove g_refs from condition variables new 929a4764ac nptl: Use a single loop in pthread_cond_wait instaed of a ne [...] new ee6c14ed59 nptl: Fix indentation new 4b79e27a50 nptl: rename __condvar_quiesce_and_switch_g1 new 91bb902f58 nptl: Use all of g1_start and g_signals
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: nptl/pthread_cond_broadcast.c | 8 +- nptl/pthread_cond_common.c | 109 +++---------- nptl/pthread_cond_signal.c | 19 ++- nptl/pthread_cond_wait.c | 278 +++++++------------------------- nptl/tst-cond22.c | 12 +- sysdeps/nptl/bits/thread-shared-types.h | 3 +- sysdeps/nptl/pthread.h | 2 +- 7 files changed, 99 insertions(+), 332 deletions(-)