This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

src/winsup/cygwin ChangeLog thread.cc thread.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sourceware.org	2002-10-17 01:44:18

Modified files:
	winsup/cygwin  : ChangeLog thread.cc thread.h 

Log message:
	2002-10-17  Robert Collins  <rbtcollins@hotmail.com>
	
	* thread.h (pthread_mutex::isGoodInitializerOrBadObject): Declare.
	* thread.cc (pthread_mutex::isGoodInitializerOrBadObject): Implement.
	(pthread_mutex::init): Use isGoodInitializerOrBadObject to avoid
	unneeded SEGV's during debugging.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1535&r2=1.1536
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.101&r2=1.102
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.53&r2=1.54


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