mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
(__linuxthreads_pthread_key_2ndlevel_size): New variable.
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* manager.c (__linuxthreads_pthread_threads_max): New variable.
|
* manager.c (__linuxthreads_pthread_threads_max): New variable.
|
||||||
* specific.c (__linuxthreads_pthread_keys_max): New variable.
|
* specific.c (__linuxthreads_pthread_keys_max): New variable.
|
||||||
|
(__linuxthreads_pthread_key_2ndlevel_size): New variable.
|
||||||
|
|
||||||
* condvar.c (pthread_cond_timedwait_relative): Never return with
|
* condvar.c (pthread_cond_timedwait_relative): Never return with
|
||||||
EINTR. Patch by Andreas Schwab.
|
EINTR. Patch by Andreas Schwab.
|
||||||
|
@ -27,6 +27,7 @@ static struct pthread_key_struct pthread_keys[PTHREAD_KEYS_MAX] =
|
|||||||
|
|
||||||
/* For debugging purposes put the maximum number of keys in a variable. */
|
/* For debugging purposes put the maximum number of keys in a variable. */
|
||||||
const int __linuxthreads_pthread_keys_max = PTHREAD_KEYS_MAX;
|
const int __linuxthreads_pthread_keys_max = PTHREAD_KEYS_MAX;
|
||||||
|
const int __linuxthreads_pthread_key_2ndlevel_size = PTHREAD_KEY_2NDLEVEL_SIZE;
|
||||||
|
|
||||||
/* Mutex to protect access to pthread_keys */
|
/* Mutex to protect access to pthread_keys */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user