]> git.sur5r.net Git - freertos/commit
Modify vTaskGetRunTimeStats() to ensure the current run time total is obtained from...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Dec 2010 10:40:13 +0000 (10:40 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 23 Dec 2010 10:40:13 +0000 (10:40 +0000)
commit9b908b8525a8a70ce452d23b0e0a6db61420bb5d
treead4a83497e6edb4cb2992062e221fbe36de58f1b
parent0bbae53681ea9cec36b9f774e5de186a430164ac
Modify vTaskGetRunTimeStats() to ensure the current run time total is obtained from within a critical section.  This allows greater flexibility in how the run time counter value is maintained.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1181 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/tasks.c