summaryrefslogtreecommitdiff
path: root/lib/wheel.c
AgeCommit message (Expand)Author
2022-03-16lib: wheel's typo fixron
2022-03-15Merge pull request #10565 from lyq140/patch-threadDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-11lib: not thread off when scheduleron
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-01lib/xref: use to transport thread_* file/line/funcDavid Lamparter
2020-03-06*: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-13lib, pimd: Convert timer_wheel to use thread_execute_nameDonald Sharp
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young
2017-01-17lib: Add Timer Wheel functionalityDonald Sharp