mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2003-02-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/libc-start.c [HAVE_PTR_NTHREADS]: Decrement thread counter and only call __exit_thread if this is not the last thread.
This commit is contained in:
@@ -61,6 +61,9 @@ extern int __concurrency_level attribute_hidden;
|
||||
extern struct pthread_key_struct __pthread_keys[PTHREAD_KEYS_MAX];
|
||||
hidden_proto (__pthread_keys)
|
||||
|
||||
/* Number of threads running. */
|
||||
extern unsigned int __nptl_nthreads attribute_hidden;
|
||||
|
||||
/* The library can run in debugging mode where it performs a lot more
|
||||
tests. */
|
||||
extern int __pthread_debug attribute_hidden;
|
||||
|
||||
Reference in New Issue
Block a user