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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	tpfaff@sourceware.org	2003-10-31 20:42:56

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

Log message:
	Rename pthread::running to pthread::valid throughout.
	
	* thread.h: (pthread::suspend_all_except_self): New static method.
	(pthread::resume_all): Ditto.
	(pthread::suspend_except_self): New method.
	(pthread::resume): Ditto.
	* thread.cc (pthread::suspend_except_self): Implement.
	(pthread::resume): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2146&r2=1.2147
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.137&r2=1.138
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.75&r2=1.76


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