frysk-core/frysk/event ChangeLog EventLoop.jav ...

cagney@sourceware.org cagney@sourceware.org
Sat Oct 8 16:09:00 GMT 2005


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2005-10-08 16:09:19

Modified files:
	frysk/event    : ChangeLog EventLoop.java TestEventLoop.java 

Log message:
	Index: frysk-core/frysk/event/ChangeLog
	2005-10-08  Andrew Cagney  <cagney@redhat.com>
	
	* TestEventLoop.java: Add testAsync, and helper classes
	EventThread, TimerThread, and SignalThread.
	* EventLoop.java: Add private .tid, .isGoingToBlock,
	.wakeupIfBlocked.  In constructor, add Sig.IO to the signal set.
	Instead of synchronised .timerEvents, .pendingEvents, and
	.signalHandlers, make the accessor methods synchronised.  Add
	.wakeupIfBlocked calls, and updates to .isGoingToBlock where
	needed.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-core/frysk/event/ChangeLog.diff?cvsroot=frysk&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-core/frysk/event/EventLoop.java.diff?cvsroot=frysk&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/frysk-core/frysk/event/TestEventLoop.java.diff?cvsroot=frysk&r1=1.6&r2=1.7



More information about the Frysk-cvs mailing list