mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 17:57:44 -04:00
6 lines
254 B
Markdown
6 lines
254 B
Markdown
This proof demonstrates the memory safety of the TaskGetSchedulerState function.
|
|
We assume `xSchedulerRunning` and `uxSchedulerSuspended` to be nondeterministic values.
|
|
|
|
This proof is a work-in-progress. Proof assumptions are described in
|
|
the harness.
|
|
|