aboutsummaryrefslogtreecommitdiffstats
path: root/include/cyclic.h
Commit message (Expand)AuthorAgeFilesLines
* cyclic: get rid of cyclic_init()Rasmus Villemoes2022-11-021-24/+3
* cyclic: switch to using hlist instead of listRasmus Villemoes2022-11-021-3/+3
* cyclic: drop redundant cyclic_ready flagRasmus Villemoes2022-11-021-2/+0
* cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes2022-11-021-2/+0
* cyclic: Don't disable cylic function upon exceeding CPU timeStefan Roese2022-10-241-0/+2
* cyclic: Introduce schedule() functionStefan Roese2022-09-181-0/+12
* cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese2022-09-131-0/+138