This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk 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]

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


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


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