mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 05:35:17 -05:00
Fixed invalid characters in formula.
This commit is contained in:
parent
e644877f7f
commit
1b0869dac0
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ Proof Assumptions:
|
|||
==>
|
||||
|
||||
Unbounded memory & thread safety guarantees:
|
||||
∀ #tasks. ∀ task interleavings. ∀ interrupt schedules. ∀ data sizes.∀ cores C1, …, Cn.
|
||||
vTaskSwitchContext(C1) || … || vTaskSwitchContext(Cn)
|
||||
∀ #tasks. ∀ task interleavings. ∀ interrupt schedules. ∀ data sizes. ∀ cores C1, …, Cn.
|
||||
vTaskSwitchContext(C1) || … || vTaskSwitchContext(Cn)
|
||||
=> (no memory error ∧ no race condition)
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue