]> git.ipfire.org Git - thirdparty/glibc.git/commit
(struct pthread_key_delete_helper_args): New type.
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 Nov 2001 07:45:41 +0000 (07:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 Nov 2001 07:45:41 +0000 (07:45 +0000)
commit71911680d17685daf5c57c9d836236f90dbd22f3
treee9061aa882399ca87365d46f9b86a11e0e68007c
parent6e8db27d26c8c9beef3db4bd728c83bd16f9f139
(struct pthread_key_delete_helper_args): New type.
(pthread_key_delete_helper): New static function.
(pthread_key_delete): Use the new thread manager
REQ_FOR_EACH_THREAD function to iterate over the threads and set
the delete key slot to a null value in each thread.
linuxthreads/specific.c