]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/queue.c
Introduce vTaskInternalSetTimeOutState() which does not have a critical section,...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 24 Feb 2017 02:16:54 +0000 (02:16 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 24 Feb 2017 02:16:54 +0000 (02:16 +0000)
commit536ea7c7ffbb091d458c71bef7defc17016db840
tree8f73aa8394d3f15166099b1034b0cc6f9b7f8e75
parent6f36ad75b3668b423d776bedc22efd6f7651487c
Introduce vTaskInternalSetTimeOutState() which does not have a critical section, and add a critical section to the public version of the same.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2486 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/CCS/ARM_CM3/port.c
FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.s
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c