summaryrefslogtreecommitdiff
path: root/amiga/schedule.h
Commit message (Collapse)AuthorAgeFilesLines
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-0/+2
| | | | svn path=/trunk/netsurf/; revision=11155
* Change schedule_run to a BOOL as this more standard for platform code.Chris Young2010-04-291-3/+1
| | | | svn path=/trunk/netsurf/; revision=10516
* The schedule_run function is only called by the frontends so remove it from ↵Vincent Sanders2010-04-281-0/+3
| | | | | | | | | the core header and add its definition to the frontend headers. Alter the framebuffer schedule_run to return the time untill the next event. svn path=/trunk/netsurf/; revision=10512
* Fix-up the timer.device scheduler and reinstate it as default. ↵Chris Young2009-10-151-0/+1
| | | | | | | | | Unfortunately this doesn't remove the need for INTUITICKS messages as we still need to break out for page reflow (which doesn't use the scheduler), but it should make animations more accurate. svn path=/trunk/netsurf/; revision=9648
* Update for new SDKChris Young2008-12-201-3/+3
| | | | svn path=/trunk/netsurf/; revision=5915
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-081-0/+5
| | | | | | The timer appears to stop signalling events occasionally - needs some investigation. svn path=/trunk/netsurf/; revision=5287
* Fully implemented schedule, schedule_run and schedule_remove.Chris Young2008-08-031-0/+31
svn path=/trunk/netsurf/; revision=4875