glibc/nptl/sysdeps/unix/sysv/linux/i386
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
..
bits Update. 2003-09-11 18:56:41 +00:00
i486 Update. 2003-11-21 10:00:11 +00:00
i586 Update. 2003-09-22 21:30:25 +00:00
i686 Update. 2003-09-22 21:30:25 +00:00
createthread.c
dl-sysdep.h Update. 2003-06-16 05:29:24 +00:00
fork.c
lowlevellock.h Update. 2003-09-22 04:41:12 +00:00
not-cancel.h Update. 2003-09-04 14:08:24 +00:00
pt-vfork.S
pthread_once.S (__pthread_once): Check __sigsetjmp return value. 2003-10-03 19:49:23 +00:00
pthread_spin_init.c Update. 2003-03-18 01:56:11 +00:00
pthread_spin_unlock.S pthread_spin_unlock implementation for Linux/i386. 2003-03-18 01:52:02 +00:00
sysdep-cancel.h Update. 2003-10-07 18:50:07 +00:00