diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-22 20:53:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-22 20:53:18 +0000 |
commit | 20bdb31bfc27e044290756a681e3329f6e677ab7 (patch) | |
tree | 83fcba351926c80cad192dfb56ee8e42ac3535d3 /linuxthreads/ChangeLog | |
parent | ba90ec1141c97aa17bfe701f0f9def3f7544895f (diff) | |
download | glibc-20bdb31bfc27e044290756a681e3329f6e677ab7.tar glibc-20bdb31bfc27e044290756a681e3329f6e677ab7.tar.gz glibc-20bdb31bfc27e044290756a681e3329f6e677ab7.tar.bz2 glibc-20bdb31bfc27e044290756a681e3329f6e677ab7.zip |
Update.
1999-11-22 Ulrich Drepper <drepper@cygnus.com>
* internals.h: Add prototype for __pthread_manager_event.
* manager.c (__pthread_manager_event): New function.
(pthread_start_thread_event): Correct computation of self.
Use INIT_THREAD_SELF.
* pthread.c (__pthread_manager_thread): Initialize p_lock.
(__pthread_initialize_manager): Respect event flags also for creation
of the manager thread.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 2a69af79df..9e258849cb 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,13 @@ +1999-11-22 Ulrich Drepper <drepper@cygnus.com> + + * internals.h: Add prototype for __pthread_manager_event. + * manager.c (__pthread_manager_event): New function. + (pthread_start_thread_event): Correct computation of self. + Use INIT_THREAD_SELF. + * pthread.c (__pthread_manager_thread): Initialize p_lock. + (__pthread_initialize_manager): Respect event flags also for creation + of the manager thread. + 1999-11-08 Ulrich Drepper <drepper@cygnus.com> * pthread.c (__pthread_initialize_manager): Initialize |