This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 3463100f2d x86: Detect Intel Diamond Rapids new 2451ef5c4a pthreads NPTL: lost wakeup fix 2 new ea13a35e37 nptl: Update comments and indentation for new condvar implem [...] new d0da34ad30 nptl: Remove unnecessary catch-all-wake in condvar group switch new 6f5ba03968 nptl: Remove unnecessary quadruple check in pthread_cond_wait new fc2a25417d nptl: Remove g_refs from condition variables new 582c99b2c0 nptl: Use a single loop in pthread_cond_wait instaed of a ne [...] new 2fdc0afd07 nptl: Fix indentation new ac5da3c0e4 nptl: rename __condvar_quiesce_and_switch_g1 new b1eb369aee nptl: Use all of g1_start and g_signals new d33d10642f nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 v [...]
The 10 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 | 5 +- sysdeps/nptl/pthread.h | 2 +- 7 files changed, 101 insertions(+), 332 deletions(-)