summaryrefslogtreecommitdiff
path: root/common/cyclic.c
AgeCommit message (Expand)Author
2025-05-16cyclic: make cyclic_register safe to call on already-registered infoRasmus Villemoes
2025-05-16cyclic: make cyclic_unregister() idempotentRasmus Villemoes
2025-04-23cyclic: invoke uthread_schedule() from schedule()Jerome Forissier
2025-01-22cyclic: Fix rollover every 72 min on 32 bits platformsPatrice Chotard
2024-10-23cyclic: make cyclic_run staticRasmus Villemoes
2024-10-23cyclic: introduce u-boot/schedule.hRasmus Villemoes
2024-06-16cyclic: make clients embed a struct cyclic_info in their own data structureRasmus Villemoes
2024-06-16cyclic: stop strdup'ing name in cyclic_register()Rasmus Villemoes
2022-11-02cyclic: get rid of cyclic_init()Rasmus Villemoes
2022-11-02cyclic: switch to using hlist instead of listRasmus Villemoes
2022-11-02cyclic: drop redundant cyclic_ready flagRasmus Villemoes
2022-11-02cyclic: use a flag in gd->flags for recursion protectionRasmus Villemoes
2022-10-24cyclic: Don't disable cylic function upon exceeding CPU timeStefan Roese
2022-09-18cyclic: Introduce schedule() functionStefan Roese
2022-09-13cyclic: Add basic support for cyclic function execution infrastrutureStefan Roese