glibc/nptl/sysdeps
Ulrich Drepper e42a990ecc Update.
* sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Don't
	store mutex address if the current value is ~0l.
	* sysdeps/pthread/pthread_cond_timedwait.c
	(__pthread_cond_timedwait): Likewise.
	* sysdeps/pthread/pthread_cond_broadcast.c
	(__pthread_cond_broadcast): Don't use requeue for pshared
	condvars.

	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S
	(__pthread_cond_wait): Don't store mutex address if the current
	value is ~0l.
	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
	(__pthread_cond_timedwait): Likewise.
	* sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S
	(__pthread_cond_broadcast): Don't use requeue for pshared
	condvars.

	* pthread_cond_init.c (__pthread_cond_init): Initialize __mutex
	element with ~0l for pshared condvars, with NULL otherwise.

	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
	(__pthread_cond_wait): Don't store mutex address if the current
	value is ~0l.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
	(__pthread_cond_timedwait): Likewise.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
	(__pthread_cond_broadcast): Don't use requeue for pshared
	condvars.
2003-11-21 10:00:11 +00:00
..
alpha * sysdeps/unix/sysv/linux/speed.c 2003-09-09 07:01:01 +00:00
generic * sysdeps/unix/sysv/linux/speed.c 2003-09-09 07:01:01 +00:00
i386 Update. 2003-09-17 09:39:59 +00:00
ia64 * sysdeps/unix/sysv/linux/speed.c 2003-09-09 07:01:01 +00:00
powerpc * sysdeps/unix/sysv/linux/speed.c 2003-09-09 07:01:01 +00:00
pthread Update. 2003-11-21 10:00:11 +00:00
s390 * sysdeps/unix/sysv/linux/speed.c 2003-09-09 07:01:01 +00:00
sh * sysdeps/unix/sysv/linux/speed.c 2003-09-09 07:01:01 +00:00
sparc * sysdeps/unix/sysv/linux/speed.c 2003-09-09 07:01:01 +00:00
unix/sysv/linux Update. 2003-11-21 10:00:11 +00:00
x86_64 * sysdeps/unix/sysv/linux/speed.c 2003-09-09 07:01:01 +00:00