summaryrefslogtreecommitdiffstats
path: root/lib/wheel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-2/+2
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-4/+4
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-1/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* lib, pimd: Convert timer_wheel to use thread_execute_nameDonald Sharp2018-09-131-2/+19
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-87/+78
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-9/+6
* lib: Add Timer Wheel functionalityDonald Sharp2017-01-181-0/+164