]> begriffs open source - freertos/commit
Create macro versions of uxListRemove() and vListInsertEnd() for use in xTaskIncremen...
authorRichardBarry <3073890+RichardBarry@users.noreply.github.com>
Mon, 19 Apr 2021 21:16:10 +0000 (14:16 -0700)
committerGitHub <noreply@github.com>
Mon, 19 Apr 2021 21:16:10 +0000 (14:16 -0700)
commit6bf3a75c6a46c1b6b38f5b55751ec4cfa6333fdd
treed5840daaea9d35bb29af6996991fa61e23b75e98
parent71f5af4e0f8d5fad2c4d83c43aa6748eb6cfaaf9
Create macro versions of uxListRemove() and vListInsertEnd() for use in xTaskIncrementTick().  This provides a minor optimisation to remove the need for a few function calls. (#241)

Co-authored-by: alfred gedeon <28123637+alfred2g@users.noreply.github.com>
Co-authored-by: Aniruddha Kanhere <60444055+AniruddhaKanhere@users.noreply.github.com>
include/list.h
tasks.c