This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc/nptl sysdeps/unix/sysv/linux/x86_64/pthre ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2007-05-29 16:15:40

Modified files:
	nptl/sysdeps/unix/sysv/linux/x86_64: pthread_cond_wait.S 
	                                     pthread_cond_timedwait.S 
	nptl/sysdeps/unix/sysv/linux/i386/i486: pthread_cond_wait.S 
	                                        pthread_cond_timedwait.S 
	nptl/sysdeps/unix/sysv/linux: lowlevelcond.sym 
	nptl           : pthread_condattr_setclock.c 
	                 pthread_condattr_getclock.c pthread_cond_wait.c 
	                 pthread_cond_timedwait.c pthread_cond_init.c 
	                 pthread_cond_destroy.c 

Log message:
	Use COND_NWAITERS_SHIFT instead of COND_CLOCK_BITS.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S.diff?cvsroot=glibc&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S.diff?cvsroot=glibc&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S.diff?cvsroot=glibc&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S.diff?cvsroot=glibc&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym.diff?cvsroot=glibc&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_condattr_setclock.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_condattr_getclock.c.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_cond_wait.c.diff?cvsroot=glibc&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_cond_timedwait.c.diff?cvsroot=glibc&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_cond_init.c.diff?cvsroot=glibc&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_cond_destroy.c.diff?cvsroot=glibc&r1=1.6&r2=1.7


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]