summaryrefslogtreecommitdiff
path: root/include/cyclic.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes1-24/+3
2022-11-02cyclic: switch to using hlist instead of listRasmus Villemoes1-3/+3
2022-11-02cyclic: drop redundant cyclic_ready flagRasmus Villemoes1-2/+0
2022-11-02cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes1-2/+0
2022-10-24cyclic: Don't disable cylic function upon exceeding CPU timeStefan Roese1-0/+2
2022-09-18cyclic: Introduce schedule() functionStefan Roese1-0/+12
2022-09-13cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese1-0/+138