glibc/nptl/sysdeps
Roland McGrath 5d5d5969b1 2003-03-11 Jakub Jelinek <jakub@redhat.com>
* sysdeps/pthread/createthread.c (ARCH_CLONE): Define if not defined.
	(create_thread): Only assert PD->tcb != NULL under [TLS_TCB_AT_TP].
	Use ARCH_CLONE.
	* allocatestack.c (ALLOCATE_STACK_PARMS): New macro.
	[NEED_SEPARATE_REGISTER_STACK] (STACK_VARIABLES,
	STACK_VARIABLES_ARGS, STACK_VARIABLES_PARMS, ALLOCATE_STACK_PARMS,
	ALLOCATE_STACK): New macros.
	(TLS_TPADJ): New macro.
	(get_cached_stack, queue_stack, __deallocate_stack): Use TLS_TPADJ.
	(allocate_stack): Handle TLS_DTV_AT_TP and
	NEED_SEPARATE_REGISTER_STACK.  Use TLS_TPADJ.
	* pthread_create.c (__pthread_create_2_1) [! TLS_TCB_AT_TP]:
	Don't set PD->self.
	* init.c [__ia64__] (__NR_set_tid_address): Define.
2003-03-11 09:20:36 +00:00
..
generic * forward.c (pthread_self): Use FORWARD3 macro to correct return type. 2002-12-05 05:15:35 +00:00
i386 2003-03-10 Roland McGrath <roland@redhat.com> 2003-03-10 08:50:36 +00:00
pthread 2003-03-11 Jakub Jelinek <jakub@redhat.com> 2003-03-11 09:20:36 +00:00
s390 2003-03-10 Roland McGrath <roland@redhat.com> 2003-03-10 08:50:36 +00:00
sh Update. 2003-02-10 09:24:12 +00:00
unix/sysv/linux pthread_cond_signal implementation for Linux/x86-64. 2003-03-11 08:31:35 +00:00
x86_64 2003-03-10 Roland McGrath <roland@redhat.com> 2003-03-10 08:50:36 +00:00