summaryrefslogtreecommitdiff
path: root/amiga/schedule.h
Commit message (Expand)AuthorAgeFilesLines
* Move timer.device stuff to schedule.cChris Young2011-02-191-0/+5
* Modify scheduler to use a binary heap (using libpbl).Chris Young2011-02-161-12/+3
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-0/+2
* Change schedule_run to a BOOL as this more standard for platform code.Chris Young2010-04-291-3/+1
* The schedule_run function is only called by the frontends so remove it from t...Vincent Sanders2010-04-281-0/+3
* Fix-up the timer.device scheduler and reinstate it as default. Unfortunately...Chris Young2009-10-151-0/+1
* Update for new SDKChris Young2008-12-201-3/+3
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-081-0/+5
* Fully implemented schedule, schedule_run and schedule_remove.Chris Young2008-08-031-0/+31