This is the mail archive of the sid-cvs@sourceware.org mailing list for the SID 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/sid/include ChangeLog sidblockingutil.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brolley@sourceware.org	2007-02-19 16:39:12

Modified files:
	sid/include    : ChangeLog sidblockingutil.h 

Log message:
	2007-02-19  Dave Brolley  <brolley@redhat.com>
	
	* sidblockingutil.h (sidutil::blocking_component): Remove
	child_resume_mutex, child_stopped_mutex, chiuld_resume_condition and
	child_stopped_condition. Use a single mutex/condition pair:
	child_sync_mutex and child_sync_condition. Handle spontaneous returns
	from pthread_cond_wait.
	(control_status): Now volatile.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/ChangeLog.diff?cvsroot=src&r1=1.68&r2=1.69
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/include/sidblockingutil.h.diff?cvsroot=src&r1=1.3&r2=1.4


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