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 cygthread.cc cygth ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf at sourceware dot 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


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