summaryrefslogtreecommitdiffstats
path: root/lib/wheel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-4/+4
* *: Convert thread_execute to event_executeDonald Sharp2023-03-241-1/+1
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+4
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-3/+3
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* lib: Remove dead codeDonald Sharp2023-01-251-15/+0
* lib: wheel's typo fixron2022-03-161-1/+1
* Merge pull request #10565 from lyq140/patch-threadDonald Sharp2022-03-151-1/+0
|\
| * lib: not thread off when scheduleron2022-02-111-1/+0
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-241-7/+3
|/
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* lib/xref: use to transport thread_* file/line/funcDavid Lamparter2021-02-011-2/+1
* *: 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