mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 06:05:18 -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:
|
Unbounded memory & thread safety guarantees:
|
||||||
∀ #tasks. ∀ task interleavings. ∀ interrupt schedules. ∀ data sizes.∀ cores C1, …, Cn.
|
∀ #tasks. ∀ task interleavings. ∀ interrupt schedules. ∀ data sizes. ∀ cores C1, …, Cn.
|
||||||
vTaskSwitchContext(C1) || … || vTaskSwitchContext(Cn)
|
vTaskSwitchContext(C1) || … || vTaskSwitchContext(Cn)
|
||||||
=> (no memory error ∧ no race condition)
|
=> (no memory error ∧ no race condition)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue