This is the mail archive of the glibc-cvs@sourceware.cygnus.com 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]

libc/linuxthreads ChangeLog cancel.c condvar.c ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.cygnus.com	00/01/04 18:09:12

Modified files:
	linuxthreads   : ChangeLog cancel.c condvar.c internals.h join.c 
	                 oldsemaphore.c pthread.c queue.h restart.h 
	                 rwlock.c semaphore.c spinlock.c spinlock.h 

Log message:
	Redesigned how cancellation unblocks a thread from internal
	cancellation points (sem_wait, pthread_join, pthread_cond_{wait,timedwait}).
	Cancellation won't eat a signal in any of these functions
	(*required* by POSIX and Single Unix Spec!).


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