This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-12-11 13:50:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
79a4fa341b
glibc
/
sysdeps
/
generic
/
libc.abilist
2 lines
40 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add the __libc_single_threaded variable The variable is placed in libc.so, and it can be true only in an outer libc, not libcs loaded via dlmopen or static dlopen. Since thread creation from inner namespaces does not work, pthread_create can update __libc_single_threaded directly. Using __libc_early_init and its initial flag, implementation of this variable is very straightforward. A future version may reset the flag during fork (but not in an inner namespace), or after joining all threads except one. Reviewed-by: DJ Delorie <dj@redhat.com>
2020-05-20 13:40:35 +00:00
GLIBC_2.32 __libc_single_threaded D 0x1
Reference in New Issue
Copy Permalink