]> git.sur5r.net Git - freertos/commit
Add test and correct code for the unusual case of a task using an event group to...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 31 Mar 2014 02:12:17 +0000 (02:12 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 31 Mar 2014 02:12:17 +0000 (02:12 +0000)
commit26e9699f9c1bb7259cc62e91c68b9d67c43a8025
tree026b8857d2f8ba9d9377ff62f1e176a6b9b0fca0
parentc5d9bfac71b629985cac710308e72ddf548a81f8
Add test and correct code for the unusual case of a task using an event group to synchronise only with itself.
Add critical sections around call to prvResetNextTaskUnblockTime() that can occur from within a task.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2233 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
FreeRTOS/Source/event_groups.c
FreeRTOS/Source/tasks.c