src/winsup/cygwin ChangeLog cygthread.cc cygth ...

cgf@cygwin.com cgf@cygwin.com
Thu Apr 10 05:27:00 GMT 2003


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-04-10 05:27:34

Modified files:
	winsup/cygwin  : ChangeLog cygthread.cc cygthread.h pwdgrp.h 

Log message:
	* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.
	* cygthread.cc: Ditto.
	(cygthread::stub): Don't initialize already initialized events.
	(cygthread::freerange): Don't create thread here.
	(cygthread::cygthread): Create thread here.  Die if thread not created.
	(cygthread::operator new): Simplify.  Just grab a thread structure from the
	pool.  Don't try to start the thread.
	(cygthread::terminate_thread): Don't close event handles.  Just reuse them.
	Call MEM_RELEASE rather than MEM_DECOMMIT (from Joe Buehler).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1857&r2=1.1858
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygthread.cc.diff?cvsroot=src&r1=1.30&r2=1.31
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygthread.h.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pwdgrp.h.diff?cvsroot=src&r1=1.22&r2=1.23



More information about the Cygwin-cvs mailing list