]> git.sur5r.net Git - freertos/commit
Update the task pool demo to show re-use of recyclable jobs
authorgaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 19 Jul 2019 00:02:45 +0000 (00:02 +0000)
committergaurav-aws <gaurav-aws@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 19 Jul 2019 00:02:45 +0000 (00:02 +0000)
commit2ec12259a4757b7f43d6901e10ddbe535a59e913
tree9093fe13e187a4842e19e5d07e7783cce4036fba
parent95c7627f5f757427c1b78968e29106a036bf43cb
Update the task pool demo to show re-use of recyclable jobs

The example now creates a recyclable job, schedules it and returns it
back to the task pool when it is done. It then again creates a
recyclable job and ensures that the task pool the same job present
it its cache.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2687 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS-Plus/Demo/FreeRTOS_IoT_Libraries/task_pool/DemoTasks/SimpleTaskPoolExamples.c