glibc/nptl/sysdeps
Ulrich Drepper f1205aa71f Update.
* sysdeps/pthread/createthread.c (do_clone): If __ASSUME_CLONE_STOPPED
	is not defined, do explicit synchronization.
	(create_thread): Do not lock pd->lock here.  If __ASSUME_CLONE_STOPPED
	is not defined also unlock pd->lock for non-debugging case in case
	it is necessary.
	* pthread_create.c (start_thread): Always get and release pd->lock
	if __ASSUME_CLONE_STOPPED is not defined.
	(start_thread_debug): Removed.  Adjust users.
	* allocatestack.c (allocate_stack): Always initialize lock if
	__ASSUME_CLONE_STOPPED is not defined.
	* Makefile (tests): Add tst-sched1.
	* tst-sched1.c: New file.
2003-08-03 06:47:02 +00:00
..
alpha Update. 2003-07-08 03:42:49 +00:00
generic * forward.c (pthread_self): Use FORWARD3 macro to correct return type. 2002-12-05 05:15:35 +00:00
i386 Update. 2003-06-22 23:55:27 +00:00
ia64 2003-07-03 Roland McGrath <roland@redhat.com> 2003-07-03 23:55:19 +00:00
powerpc Update. 2003-06-22 23:55:27 +00:00
pthread Update. 2003-08-03 06:47:02 +00:00
s390 Update. 2003-06-22 23:55:27 +00:00
sh Update. 2003-07-12 01:29:23 +00:00
unix/sysv/linux Update. 2003-07-31 19:26:38 +00:00
x86_64 Update. 2003-06-22 23:55:27 +00:00