1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
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.
This commit is contained in:
Ulrich Drepper
1999-11-22 20:53:18 +00:00
parent ba90ec1141
commit 20bdb31bfc
7 changed files with 87 additions and 6 deletions

View File

@ -20,6 +20,8 @@
#include "thread_dbP.h"
int __td_debug;
td_err_e
td_init (void)