]> begriffs open source - cmsis-freertos/blob - Test/CBMC/proofs/Queue/QueueGiveMutexRecursive/README.md
Update README.md - branch main is now the base branch
[cmsis-freertos] / Test / CBMC / proofs / Queue / QueueGiveMutexRecursive / README.md
1 Assuming that the xMutex parameter is initialized to a valid pointer and
2 abstracting concurrency and task pool related functions, this harness
3 proves the memory safety of QueueGiveMutexRecursive.
4
5 This proof is a work-in-progress.  Proof assumptions are described in
6 the harness.  The proof also assumes the following functions are
7 memory safe and have no side effects relevant to the memory safety of
8 this function:
9
10 * vPortEnterCritical
11 * vPortExitCritical
12 * vPortGenerateSimulatedInterrupt
13 * xTaskGetCurrentTaskHandle
14 * xTaskGetSchedulerState
15 * xTaskPriorityDisinherit
16 * xTaskRemoveFromEventList