diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-06-26 15:13:54 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-06-26 15:27:12 +0200 |
commit | 124e025864bb39732c71fc60c1443d5680881a0a (patch) | |
tree | 2af69c84acc461764f9b8873089b3277b22725c0 /manual | |
parent | 935d920e763626dbcbbf655117285d1d270791a1 (diff) | |
download | glibc-124e025864bb39732c71fc60c1443d5680881a0a.tar.gz |
Run thread shutdown functions in an explicit order
This removes the __libc_thread_subfreeres hook in favor of explict
calls.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/memory.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi index b95f6aa1b9..2fac64939f 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -404,7 +404,7 @@ this function is in @file{stdlib.h}. @c reads&writes next_to_use and iterates over arena next without guards @c those are harmless as long as we don't drop arenas from the @c NEXT list, and we never do; when a thread terminates, -@c arena_thread_freeres prepends the arena to the free_list +@c __malloc_arena_thread_freeres prepends the arena to the free_list @c NEXT_FREE list, but NEXT is never modified, so it's safe! @c mutex_trylock (arena lock) @asulock @aculock @c mutex_lock (arena lock) dup @asulock @aculock |