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 cygtls.cc cygtls.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2004-10-11 02:21:31

Modified files:
	winsup/cygwin  : ChangeLog cygtls.cc cygtls.h select.cc 
	                 tlsoffsets.h 

Log message:
	* cygtls.h (exitsock): New element.
	(exitsock_sin): Ditto.
	* cygtls.cc (_cygtls::init_thread): Initialize exitsock to invalid handle.
	(_cygtls::call2): Close exitsock if it is valid.
	* select.cc (struct socketinf): Remove sin element.
	(start_thread_socket): Initialize one SOCK_DGRAM socket per thread instead of
	(apparently) expensive opening and closing of socket with each select call.
	(socket_cleanup): Send a byte to the exitsock socket as a way to potentially
	signal a waiting-for-socket thread to exit.
	* tlsoffsets.h: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2582&r2=1.2583
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.cc.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygtls.h.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/select.cc.diff?cvsroot=src&r1=1.96&r2=1.97
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/tlsoffsets.h.diff?cvsroot=src&r1=1.14&r2=1.15


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