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/i386/not-can ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sourceware.org	2006-07-31 05:58:27

Modified files:
	nptl/sysdeps/unix/sysv/linux/i386: not-cancel.h 
	nptl           : pthread_mutex_timedlock.c pthread_mutex_lock.c 

Log message:
	2006-07-30  Roland McGrath  <roland@redhat.com>
	
	* sysdeps/unix/sysv/linux/i386/not-cancel.h
	(pause_not_cancel): New macro.
	(nanosleep_not_cancel): New macro.
	(sigsuspend_not_cancel): New macro.
	* pthread_mutex_timedlock.c (pthread_mutex_timedlock): Use
	nanosleep_not_cancel macro from <not-cancel.h>.
	* pthread_mutex_lock.c (__pthread_mutex_lock): Use pause_not_cancel
	macro from <not-cancel.h>.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h.diff?cvsroot=glibc&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_mutex_timedlock.c.diff?cvsroot=glibc&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/nptl/pthread_mutex_lock.c.diff?cvsroot=glibc&r1=1.13&r2=1.14


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