]> git.ipfire.org Git - thirdparty/glibc.git/commit
nptl: rename __condvar_quiesce_and_switch_g1
authorMalte Skarupke <malteskarupke@fastmail.fm>
Wed, 4 Dec 2024 13:04:54 +0000 (08:04 -0500)
committerCarlos O'Donell <carlos@redhat.com>
Mon, 28 Apr 2025 16:52:11 +0000 (12:52 -0400)
commit2ad69497346cc20ef4d568108f1de49b2f451c55
tree95e4dd2e7ba1b58cb60d773b503f4f516650b9c4
parentafbf0d46850dcd1b626d892ad8fde2162067ddc7
nptl: rename __condvar_quiesce_and_switch_g1

This function no longer waits for threads to leave g1, so rename it to
__condvar_switch_g1

Signed-off-by: Malte Skarupke <malteskarupke@fastmail.fm>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
(cherry picked from commit 4b79e27a5073c02f6bff9aa8f4791230a0ab1867)
nptl/pthread_cond_broadcast.c
nptl/pthread_cond_common.c
nptl/pthread_cond_signal.c
nptl/pthread_cond_wait.c