mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
New API to set default thread attributes
This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes.
This commit is contained in:
@ -174,6 +174,10 @@ GLIBC_2.12
|
||||
pthread_mutexattr_getrobust F
|
||||
pthread_mutexattr_setrobust F
|
||||
pthread_setname_np F
|
||||
GLIBC_2.18
|
||||
GLIBC_2.18 A
|
||||
pthread_getattr_default_np F
|
||||
pthread_setattr_default_np F
|
||||
GLIBC_2.2
|
||||
GLIBC_2.2 A
|
||||
__open64 F
|
||||
|
@ -8,6 +8,10 @@ GLIBC_2.12
|
||||
pthread_mutexattr_getrobust F
|
||||
pthread_mutexattr_setrobust F
|
||||
pthread_setname_np F
|
||||
GLIBC_2.18
|
||||
GLIBC_2.18 A
|
||||
pthread_getattr_default_np F
|
||||
pthread_setattr_default_np F
|
||||
GLIBC_2.2
|
||||
GLIBC_2.2 A
|
||||
_IO_flockfile F
|
||||
|
Reference in New Issue
Block a user