]> git.sur5r.net Git - freertos/commit
Make xTaskIsTaskSuspended() a private function as it should only be called from withi...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 10 Feb 2014 17:02:37 +0000 (17:02 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 10 Feb 2014 17:02:37 +0000 (17:02 +0000)
commit03b2ef6ab4626e10444731880e5b102f1a5d9cf0
tree988d6adff8e2298456f34d24823ee59c6cd9d180
parent4f7479d33bcef3f9495858ecdeae3deb4f0ba818
Make xTaskIsTaskSuspended() a private function as it should only be called from within critical sections.
Fix issue in and simplify the xTaskRemoveFromUnorderedEventList() function.  The function is new to the V8 release candidates so does not effect official released code.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2197 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/mpu_wrappers.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c