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]

winsup/cygwin select.h select.cc thread.cc Cha ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2012-12-22 19:35:42

Modified files:
	cygwin         : select.h select.cc thread.cc ChangeLog 

Log message:
	* select.h (select_stuff): Remove variable names from parameter declarations.
	(select_info): Ditto.
	(select_record::dump_select_record): Declare new debugging-only function.
	(select_info): Zero all fields.
	(select_pipe_info): Ditto.
	(select_socket_info): Ditto.
	(select_serial_info): Ditto.
	(select_mailslot_info): Ditto.
	* select.cc (select_record::dump_select_record): Define new debugging-only
	function.
	(select_stuff::test_and_set): Call dump_select_record when debugging.
	* thread.cc (pthread_mutex::unlock): Revert setting of tid to NULL since, in
	this context, it is a number, not a pointer.
	(pthread_spinlock::unlock): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.h.diff?cvsroot=uberbaum&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.212&r2=1.213
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.275&r2=1.276
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.6016&r2=1.6017


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