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


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-08-28 20:33:51

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

Log message:
	* cygthread.cc (hthreads): Remove unneeded global.
	(cygthread::simplestub): New static member function.
	(cygthread::runner): Don't set hthreads.
	(cygthread::freerange): New member function.
	(cygthread::operator new): Call freerange if all cygwin slots are used up.
	(cygthread::exit_thread): Don't mess with event if freerange thread.
	(cygthread::detach): Ditto.
	* cygthread.h (class cygthread): Declare new member functions and variables.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1458&r2=1.1459
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.cc.diff?cvsroot=uberbaum&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.h.diff?cvsroot=uberbaum&r1=1.3&r2=1.4


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