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/internals.h | |
parent | ba90ec1141c97aa17bfe701f0f9def3f7544895f (diff) | |
download | glibc-20bdb31bfc27e044290756a681e3329f6e677ab7.tar.gz glibc-20bdb31bfc27e044290756a681e3329f6e677ab7.tar.xz 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/internals.h')
-rw-r--r-- | linuxthreads/internals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h index f9eba6b94c..cd9091bd81 100644 --- a/linuxthreads/internals.h +++ b/linuxthreads/internals.h @@ -343,6 +343,7 @@ void __pthread_perform_cleanup(void); int __pthread_initialize_manager(void); void __pthread_message(char * fmt, ...); int __pthread_manager(void *reqfd); +int __pthread_manager_event(void *reqfd); void __pthread_manager_sighandler(int sig); void __pthread_reset_main_thread(void); void __fresetlockfiles(void); |