glibc/nptl/sysdeps/unix/sysv/linux/x86_64
Ulrich Drepper 32a589b1ea Update.
* cancellation.c (__pthread_enable_asynccancel_2): New function.
	* pthreadP.h: Declare __pthread_enable_asynccancel_2.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
	(__pthread_cond_timedwait): Use __pthread_enable_asynccancel_2
	instead of __pthread_enable_asynccancel.
	* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S
	(__pthread_cond_wait): Likewise.
	* sysdeps/pthread/pthread_cond_timedwait.c
	(__pthread_cond_timedwait): Likewise.
	* sysdeps/pthread/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2003-03-11 23:26:35 +00:00
..
bits Definitions for condvar implementation on Linux/x86-64. 2003-03-10 08:06:20 +00:00
fork.c Update. 2003-03-10 07:39:55 +00:00
libc-lowlevellock.S Update. 2003-03-11 22:02:29 +00:00
libc-lowlevelmutex.S Update. 2003-03-11 22:02:29 +00:00
lowlevellock.h Update. 2003-03-11 04:07:00 +00:00
lowlevellock.S Update. 2003-03-11 23:26:35 +00:00
lowlevelmutex.S Update. 2003-03-11 23:26:35 +00:00
Makefile Update. 2003-03-11 22:02:29 +00:00
pt-vfork.S Update. 2002-11-28 10:08:49 +00:00
pthread_barrier_wait.S Update. 2003-03-11 19:40:00 +00:00
pthread_cond_broadcast.S Update. 2003-03-11 19:40:00 +00:00
pthread_cond_signal.S Update. 2003-03-11 19:40:00 +00:00
pthread_cond_wait.S Update. 2003-03-11 23:26:35 +00:00
pthread_once.S Update. 2003-03-11 19:40:00 +00:00
sem_post.S Update. 2003-03-11 19:40:00 +00:00
sem_timedwait.S Update. 2003-03-11 19:40:00 +00:00
sem_trywait.S Update. 2003-03-11 19:40:00 +00:00
sem_wait.S Update. 2003-03-11 19:40:00 +00:00
sysdep-cancel.h Update. 2003-03-10 08:00:02 +00:00