glibc/nptl/sysdeps/x86_64
Ulrich Drepper 9a7178d611 Update.
2003-05-01  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/i386/tls.h: Define THREAD_ID.
	* sysdeps/ia64/tls.h: Likewise.
	* sysdeps/powerpc/tls.h: Likewise.
	* sysdeps/s390/tls.h: Likewise.
	* sysdeps/sh/tls.h: Likewise.
	* sysdeps/x86_64/tls.h: Likewise.
	* pthread_mutex_lock.c: Use THREAD_ID instead of THREAD_SELF to
	record ownership.
	* pthread_mutex_timedlock.c: Likewise.
	* pthread_mutex_trylock.c: Likewise.
	* pthread_mutex_unlock.c: Likewise.
	* pthread_rwlock_trywrlock.c: Likewise.
	* sysdeps/pthread/pthread_rwlocklock_rdlock.c: Likewise.
	* sysdeps/pthread/pthread_rwlock_timedrdlock.c: Likewise.
	* sysdeps/pthread/pthread_rwlock_timedwrlock.c: Likewise.
	* sysdeps/pthread/pthread_rwlock_wrlock.c: Likewise.

	* sysdeps/pthread/createthread.c (create_thread): Use CLONE_SYSVSEM
	flag.
2003-05-01 23:19:51 +00:00
..
Makefile Undo last change. 2003-04-02 04:57:15 +00:00
pthread_spin_init.c Update. 2002-11-28 00:53:12 +00:00
pthread_spin_lock.c Update. 2002-11-28 00:53:12 +00:00
pthread_spin_trylock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
pthread_spin_unlock.S Update. 2003-03-12 05:45:00 +00:00
pthreaddef.h Update. 2003-03-25 20:41:26 +00:00
tcb-offsets.sym Update. 2003-03-12 20:03:07 +00:00
td_ta_map_lwp2thr.c Update. 2003-02-07 09:11:24 +00:00
tls.h Update. 2003-05-01 23:19:51 +00:00