summaryrefslogtreecommitdiff
path: root/FreeRTOS/Test/CBMC/proofs/Task/TaskCheckForTimeOut/README.md
blob: 5550f59d190098342ede392372a723c58189b94c (plain)
1
2
3
4
5
6
7
8
9
10
This proof demonstrates the memory safety of the TaskCheckForTimeOut function.
We assume `pxTimeOut`, `pxTicksToWait` and `pxCurrentTCB` to be non-NULL.

This proof is a work-in-progress.  Proof assumptions are described in
the harness.  The proof also assumes the following functions are
memory safe and have no side effects relevant to the memory safety of
this function:

* vPortEnterCritical
* vPortExitCritical