]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/portable/MSVC-MingW/port.c
Change the way one thread deletes another in the Windows simulator port (the way...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 12 Dec 2013 16:07:24 +0000 (16:07 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 12 Dec 2013 16:07:24 +0000 (16:07 +0000)
commit4435518276589c5710536eaee46eb37e48efa15c
treec1cf6cf4709fa122101d1ba6f9745eb83f8021ab
parent9f27eae3036eb87c87ebdb99fc23882adc2304e6
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2130 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/portable/MSVC-MingW/port.c
FreeRTOS/Source/tasks.c
FreeRTOS/Source/timers.c