]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/timers.c
Replace the need for taskCHECK_READY_LIST() by instead making vListRemove() return...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 24 Sep 2012 12:05:35 +0000 (12:05 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 24 Sep 2012 12:05:35 +0000 (12:05 +0000)
commit5fba15483a1872cb076796db599f4314cb058d72
tree526a37348c9b6b7914ab7c6fc58d38861e23ad28
parent9db754967961b4e27ff2c22390deecd98e61a942
Replace the need for taskCHECK_READY_LIST() by instead making vListRemove() return the number of items that remain in the list once the list item has been removed.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1784 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/croutine.c
FreeRTOS/Source/include/list.h
FreeRTOS/Source/list.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c