]> begriffs open source - freertos/commit
Change the way one thread deletes another in the Windows simulator port (the way...
authorRichard Barry <ribarry@amazon.com>
Thu, 12 Dec 2013 16:07:24 +0000 (16:07 +0000)
committerRichard Barry <ribarry@amazon.com>
Thu, 12 Dec 2013 16:07:24 +0000 (16:07 +0000)
commitacad916453da238d3bbc59c82e5fb3f43ed6cdb6
treec1cf6cf4709fa122101d1ba6f9745eb83f8021ab
parent0d1e12522b1a6cb5697771da0324a5d101d6768d
Change the way one thread deletes another in the Windows simulator port (the way one thread deleted itself was already changed in a previous check-in).
Reset the expected block time variable when a task is suspended or deleted in case the value held in the variables was associated with the task just suspended or deleted.
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c