summaryrefslogtreecommitdiff
path: root/amiga/schedule.h
Commit message (Expand)AuthorAgeFilesLines
* New schedulerChris Young2014-11-221-8/+11
* Initial steps for a scheduler processChris Young2014-11-221-20/+7
* Remove no longer used poll option from schedule runnerChris Young2014-11-171-1/+2
* Call open/close timer from schedule init/free functionsChris Young2014-11-101-4/+1
* move scheduleing into browser operation tableVincent Sanders2014-03-091-3/+35
* document and add missing includeChris Young2013-04-041-1/+1
* 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