glibc/nptl/sysdeps/pthread
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-11-04 23:43:40 +00:00
Makefile Update. 2003-07-22 23:56:53 +00:00
Subdirs
allocalim.h
configure Update. 2003-11-18 07:04:13 +00:00
configure.in Update. 2003-11-17 18:29:34 +00:00
createthread.c Update. 2003-08-04 21:53:09 +00:00
flockfile.c
ftrylockfile.c
funlockfile.c
jmpbuf-unwind.h Update. 2003-09-04 05:57:06 +00:00
librt-cancellation.c Update. 2003-07-03 07:37:59 +00:00
list.h
malloc-machine.h Update 2003-10-01 06:27:22 +00:00
posix-timer.h Bump to 0.46. 2003-06-14 16:47:07 +00:00
pt-initfini.c
pthread-functions.h Update. 2003-09-02 00:49:47 +00:00
pthread.h Update. 2003-09-17 19:15:35 +00:00
pthread_barrier_wait.c
pthread_cond_broadcast.c Update. 2003-11-21 10:00:11 +00:00
pthread_cond_signal.c Update. 2003-09-22 05:45:50 +00:00
pthread_cond_timedwait.c Update. 2003-11-21 10:00:11 +00:00
pthread_cond_wait.c Update. 2003-11-21 10:00:11 +00:00
pthread_getcpuclockid.c Update. 2003-06-25 00:00:50 +00:00
pthread_once.c
pthread_rwlock_rdlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedrdlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_timedwrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_rwlock_unlock.c
pthread_rwlock_wrlock.c Update. 2003-06-05 19:31:57 +00:00
pthread_sigmask.c Update. 2003-04-21 07:39:20 +00:00
pthread_spin_destroy.c
pthread_spin_init.c
pthread_spin_unlock.c
rt-unwind-resume.c Update. 2003-07-22 23:56:53 +00:00
sigaction.c Update. 2003-04-21 07:39:20 +00:00
sigfillset.c Update. 2003-04-21 07:48:10 +00:00
sigprocmask.c Update. 2003-04-21 07:39:20 +00:00
tcb-offsets.h
timer_create.c * rt/tst-timer2.c: New file. 2003-07-29 09:32:03 +00:00
timer_delete.c
timer_getoverr.c
timer_gettime.c
timer_routines.c * rt/tst-timer2.c: New file. 2003-07-29 09:32:03 +00:00
timer_settime.c
tst-timer.c Update. 2003-11-04 23:43:40 +00:00
unwind-forcedunwind.c Update. 2003-09-04 05:57:06 +00:00
unwind-resume.c Update. 2003-07-22 23:56:53 +00:00