src/winsup/cygwin ChangeLog thread.h thread.cc

rbcollins@sourceware.cygnus.com rbcollins@sourceware.cygnus.com
Sun May 6 15:23:00 GMT 2001


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rbcollins@sources.redhat.com	2001-05-06 15:23:43

Modified files:
	winsup/cygwin  : ChangeLog thread.h thread.cc 

Log message:
	Sun May  6 17:05:00 2001  Robert Collins <rbtcollins@hotmail.com>
	* thread.h (pthread_cond): New element cond_access to allow atomic broadcasts.
	* thread.cc (pthread_cond::pthread_cond): Initialise cond_access.
	(pthread_cond::~pthread_cond): Destroy cond_access.
	(pthread_cond::Broadcast): Use cond_access.
	(pthread_cond::Signal): Use cond_access.
	(pthread_cond_wait): Use cond_access.
	(pthread_cond_timedwait): Use cond_access.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.696&r2=1.697
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.31&r2=1.32



More information about the Cygwin-cvs mailing list