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 cygthread.h cygthread.cc fhandle ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2010-07-30 18:04:23

Modified files:
	cygwin         : cygthread.h cygthread.cc fhandler_tty.cc 
	                 ChangeLog 

Log message:
	* cygthread.h (LPVOID_THREAD_START_ROUTINE): Define.
	(cygthread::create): Rename from cygthread::cygthread.
	(cygthread::cygthread): Define new constructor which accepts
	LPVOID_THREAD_START_ROUTINE as the first argument.  Call cygthread::create.
	* cygthread.cc (cygthread::create): Rename from cygthread::cygthread.  Use
	'arglen' rather than 'n' since 'n' is no longer supplied.
	* fhandler_tty.cc (process_input): Define as void/noreturn.
	(process_output): Ditto.
	(process_ioctl): Ditto.
	(fhandler_tty_master::init): Don't "zap_h" cygthreads which are noreturn.  It's
	now implied.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.h.diff?cvsroot=uberbaum&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.cc.diff?cvsroot=uberbaum&r1=1.80&r2=1.81
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.202&r2=1.203
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.4981&r2=1.4982


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