glibc/nptl/sysdeps/unix/sysv/linux/sh
Ulrich Drepper 6162364368 Update.
2003-06-22  Ulrich Drepper  <drepper@redhat.com>

	* pthreadP.h (__pthread_mutex_init_internal): Mark hidden.
	(__pthread_mutex_lock_internal): Likewise.
	(__pthread_mutex_unlock_internal): Likewise.
	(__pthread_mutex_unlock_usercnt): Declare.
	* pthread_mutex_destroy.c: Always fail if used in any way.
	* pthread_mutex_init.c: Update comment.
	* pthread_mutex_lock.c: If NO_INCR is not defined adjust __nusers.
	* pthread_mutex_timedlock.c: Adjust __nusers.
	* pthread_mutex_trylock.c: Adjust __nusers.
	* pthread_mutex_unlock.c: Old code is in __pthread_mutex_unlock_usercnt
	and public interfaces are wrapper with pass additional parameter.
	__pthread_mutex_unlock_usercnt does not adjust __nusers if second
	parameter zero.
	* tst-mutex8.c: New file.
	* Makefile (tests): Add tst-mutex8.
	* sysdeps/pthread/pthread_cond_timedwait.c: Call
	__pthread_mutex_unlock_usercnt.
	* sysdeps/pthread/pthread_cond_wait.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Likewise.
	* sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Define NO_INCR.
	* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):
	Add __nusers.
	* sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.

	* pthread_mutex_lock.c: Don't store THREAD_ID in __owner, use TID.
	* pthread_mutex_timedlock.c: Likewise.
	* pthread_mutex_trylock.c: Adjust __nusers.
	* pthread_mutex_unlock.c: Compare with TID not THREAD_ID.
	* tst-mutex9.c: New file.
	* Makefile (tests): Add tst-mutex9.
	* sysdeps/i386/tls.h: Remove THREAD_ID definition.
	* 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.
	* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h (pthread_mutex_t):
	Change type of __owner.
	* sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise.
2003-06-22 23:55:27 +00:00
..
bits Update. 2003-06-22 23:55:27 +00:00
sh4 Update. 2003-05-29 05:38:43 +00:00
createthread.c Update. 2003-02-10 09:24:12 +00:00
fork.c Update. 2003-02-10 09:24:12 +00:00
libc-lowlevellock.S Update. 2003-03-10 23:42:41 +00:00
libc-lowlevelmutex.S Update. 2003-03-10 23:42:41 +00:00
lowlevel-atomic.h Update. 2003-02-10 09:24:12 +00:00
lowlevellock.h Update. 2003-06-01 08:52:38 +00:00
lowlevellock.S Update. 2003-03-29 01:24:20 +00:00
lowlevelmutex.S Update. 2003-03-29 01:24:20 +00:00
pt-initfini.c Update. 2003-02-10 09:24:12 +00:00
pt-vfork.S Update. 2003-02-10 09:24:12 +00:00
pthread_barrier_wait.S Update. 2003-03-11 05:52:12 +00:00
pthread_cond_broadcast.S Update. 2003-05-29 05:38:43 +00:00
pthread_cond_signal.S Update. 2003-05-29 05:38:43 +00:00
pthread_cond_timedwait.S Update. 2003-05-29 05:38:43 +00:00
pthread_cond_wait.S Update. 2003-05-29 05:38:43 +00:00
pthread_once.S Update. 2003-03-29 01:24:20 +00:00
pthread_rwlock_rdlock.S Update. 2003-05-29 05:38:43 +00:00
pthread_rwlock_timedrdlock.S Update. 2003-05-29 05:38:43 +00:00
pthread_rwlock_timedwrlock.S Update. 2003-05-29 05:38:43 +00:00
pthread_rwlock_unlock.S Update. 2003-03-29 01:24:20 +00:00
pthread_rwlock_wrlock.S Update. 2003-05-29 05:38:43 +00:00
sem_post.S Update. 2003-03-29 01:24:20 +00:00
sem_timedwait.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
sem_trywait.S Update. 2003-05-29 05:38:43 +00:00
sem_wait.S Update. 2003-03-29 01:24:20 +00:00
sysdep-cancel.h Update. 2003-06-15 21:22:26 +00:00