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